body {
	background: url('../images/bg.jpg') repeat scroll top center;
	height:100%;
}

#bottom {
	background: url('../images/bottom-bg.png') repeat-x bottom center;
	width: 100%;
	height: 150px;
	
	position:absolute;
	bottom:0;
}

#image_main {
	background: url('../images/dj-home.png') no-repeat scroll top left;
	width: 522px;
	height: 645px;
	position:absolute;
	bottom:0;
	left:480px;
}

.box {
	width:2000px;
	float:left;
	border:1px solid #fff;
}

#horizontal {
	width:5000px;
	border:1px solid #f00;
}