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

html, body{
	margin:0px;
	color:#514d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-position:top center;
	background-repeat:no-repeat;
}

#menu{
	width:980px;
	margin:auto;
}

#content{
	width:980px;
	margin:auto;
}

#footer{
	background-color:#FFF;
	color:#666666;
	font-size:14px;
	padding:14px 20px;
	width:65%;
	text-transform:uppercase;
	opacity:0.46;
	-moz-opacity: 0.46;
	filter: alpha(opacity=46);
	text-align:right;
	margin-top:65px;
	clear:both;
}