* {
	color: #3b5664;
	font: 11px Verdana,sans-serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #bbb url('../img/back.jpg') top left no-repeat;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#footer {width:1024px;height:36px;background:url('../img/bg-footer2.jpg') no-repeat;margin:10px auto;padding:3px 0 0 0;}
#footer p {margin:0;color:#3B5664;}
#footer .footer_menu {float:left;margin:7px 0 0 15px;padding:0;}
#footer .footer_menu li {list-style:none;float:left;margin:0 20px 0 0;}
#footer .footer_menu li a{text-decoration:none;color:#cb251b;}
#footer .footer_menu li a:hover{text-decoration:underline;}
#footer .copyright {float:right;margin-right:6px;}
#footer .created {float:right;margin-right:6px;margin-top:2px;clear:right;}
#footer .created a {color:#cb251b;font-weight:bold;text-decoration:none;}
#footer .created a:hover {text-decoration:underline;}