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

body {
	background:#000 url(../graphics/hm_bod.jpg) 0 100px repeat-x;
	margin:0 0;
	padding:0 0;
	color:#2f2f2f;
}

#header {
	width:280px;
	height:25px;
	margin:0 auto;
	text-align:center;
	border-top:#2f2f2f 1px solid;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#container {
	width:768px;
	height:85px;
	margin:100px auto 0 auto;
	padding:280px 0 0 0;
	background:url(../graphics/hm_logo.jpg) 0 0 no-repeat;
	position:relative;
}

