@charset "UTF-8";
/* CSS Document */

*{
	/* A universal page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:14px; /* font color*/
	color:#fff; /* text color*/
	background-color:#000; /* background color*/
	font-family:Arial, Helvetica, sans-serif;
	
}

a:hover{
	text-decoration:underline;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
.header{
	
}
.footer{
text-align: center;
margin-top: 1em;	
}
.table {
display: table;
width:100%;
}
.row {
display: table-row;
width:100%;
}
.cell {
display: table-cell;
padding:1em;
width: 85%;
}
.cellLinks{
display: table-cell;
width: 15%;	
padding:1em;
text-align:center;
 vertical-align: top;
}
.logo{
background-color: #000;  
border: 1px solid #000;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px; 
opacity: 0.85;  
}
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.fBackground{
background-image:url(../images/bground.jpg);
background-repeat:no-repeat;
max-width:800px;
text-align:center; 
}
.fieldset{
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}