body{
	background:#FFF;
	color:#555;
	font-family: corbel, "Times New Roman", Times, serif;
	font-size:12;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:280px auto;
	width:400px;
}
#logo{
	float:left;
	text-align:center;
	margin:0px auto;
	width:200px;
	height:50px;
	border-right: 3px solid #3aaf0f;
}
.right{
	float:right;
	width:197px;
	height:50px;
	margin:0px;
	background:#c9e39c;
	color:#fff;
}

#footer{
	width:400px;
	padding-left:12px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	color:#999;
}

a{
	text-decoration: none;
	color: #666;
}

a:visited{
	text-decoration: none;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #999;
}