body{
	margin:0 0 0 0;
 	border: none; 
	background-color: rgb(228, 187, 46);
}

.dbs_img {
	width:1000;
	position:absolute;
	top:0px;
	text-align:center;
	z-index:3;
}
/*
.bottom {
	position: absolute;
	top:100%;
	width: 100%;
	height:20px;
	background-color: rgb(255, 204, 102);
	z-index:3;
	padding-left:50;
}
*/
.buttons {
	position: absolute;
	width:1000px;
	top:97;
	z-index:3;
}

.light {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:128px;
	background-color: rgb(255, 204, 102);
	z-index:2;
}

.content {
	position: absolute;
	top:140px;
	left:250px;
	width: 450;
	z-index:1;
}

.img_left {
	position:absolute;
	width:100px;
	height:150px;
	left:100px;
	top:140px;
}

.img_right {
	position:absolute;
	width:100px;
	height:150px;
	left:750px;
	top:140px;
}