html, body{
	background: #ffffff;
}
#main{
	width: 600px;
}
#content{
	padding: 0; 
}
#footer{
	border-top: dashed 1px #F4F4F4;
	background: none;
	color: #888;
}
#header{
	position: relative;
	height: 110px;
}
#header .yamaha{
	position: absolute;
	top: 0;
	right: 0; 
}
