@import url('menu.css?version=20100430');

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;

	font-family: sans-serif;
	font-size: 12px;
	
	background-color: #221D21;
	
	text-align: center;
}

#footer{

	position: relative;
	top: -30px;

}


