body {
text-align: center;
font-family: arial;
font-size: 12px;
}
#container {
margin: 0 auto;
width: 700px;
border: 1px solid #000;
padding: 50px 0px 50px 0px;
}

#header {
	background-image:url(../images/logo.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:160px;
	height:108px;
	margin: 0 auto;
	text-align: center;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#header h1 a {
	display: block;
	height: 108px;
	outline: none;
	text-indent: -9999px;
	width: 160px;
}
