@charset "utf-8";

body
{
	background-color: #FFFFFF;
	font-size:11px;
	color:#000000;
	text-align: center;
}

a {
	color: #5a5a64; 
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #005FBF; 
	font-weight:bold;	
}

.logo {
margin:12% auto 0 auto;
width: 400px;
height: 162px;
background-image:url(images/bg.jpg);
background-repeat: no-repeat; 
}

.box{
float:left;
text-align:left;
height: 100%;
width: 164px;
}

.content{
float:left;
padding-top: 26px;
text-align:left;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}




