* {
	margin:0px auto;	
	font-family:"Hurculean", arial;
	font-size:11pt;
	border:0px solid #000;
	text-align:center;
}

body {
	background:url('bg.jpg');
}



#main {
	margin-top:10px;
	width:800px;
}

#head {
}

#menu {
	text-align:center;
}

#menu a {
	color:#222222;
	text-decoration:none;
}

#menu div {
	height:3px;
	display:block;
}

#content {
	width:100%;
	background:#FFFFFF;
}

#foot {
	margin-bottom:15px;
}