#page{
	width:800px;
	height:100%;
	margin: 0 auto;
}

#header{
	background:transparent url('title.jpg') no-repeat top center;
	height:170px;
}

#header h1{
	font-size:14px;
	font-weight:bold;
	margin-left:-1500px;
}

#content{

}

#footer{

}