html {
	height: 100%;
	}

body {
	background: #1C2F2D url('layout/bg.jpg') left bottom repeat-x;
	margin: 0;
	}
	
div.container {
	width: 100%;
	height: 667px;
	position:absolute; bottom: 0px;
	}
	
div.one {
	background: url('layout/1.jpg') no-repeat;
	height: 213px;
	}
	
div.two {
	background: url('layout/2.jpg') no-repeat;
	height: 171px;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
div.three {
	background: url('layout/3.jpg') no-repeat;
	height: 283px;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
div.iframe {
	width: 340px;
	height: 200px;
	position:absolute; top: 75px; left: 7px;
	}
	
div.mori {
	position:absolute; top: 175px; left: 352px;
	}
	
div.mori a:hover {
	background: url('layout/mori.jpg');
	display: block;
	}
	
img.mori {
	border: 0px;
	width: 94px;
	height: 32px;
	}
	
div.listing {
	position:absolute; top: 207px; left: 352px;
	}
	
div.listing a:hover {
	background: url('layout/listing.jpg');
	display: block;
	}
	
img.listing {
	border: 0px;
	width: 106px;
	height: 33px;
	}
	
div.site {
	position:absolute; top: 240px; left: 352px;
	}
	
div.site a:hover {
	background: url('layout/site.jpg');
	display: block;
	}
	
img.site {
	border: 0px;
	width: 70px;
	height: 27px;
	}
	
div.soba {
	position:absolute; top: 0px; left: 12px;
	}
	
img.soba {
	border: 0px;
	width: 282px;
	height: 171px;
	}