/* CSS Document */

*{
	padding: 0;
	margin: 0;}
	
body{
	background-color:#000000;
	width:600 px;
}

#content {
	position:absolute;
	left:20%;
	top:75px;
	width:750px;
	height:550px;
	z-index:1;
	background-color: #6B5536;
}

#main {
	position:absolute;
	left:23px;
	top:21px;
	width:699px;
	height:499px;
	z-index:2;
	background-image:url(../images/screen-capture.png);
}

#button_1 {
	position:absolute;
	left:75px;
	top:94px;
	width:153px;
	height:154px;
	z-index:2;
}

#button_2 {
	position:absolute;
	left:251px;
	top:94px;
	width:153px;
	height:154px;
	z-index:2;
}

#button_3 {
	position:absolute;
	left:75px;
	top:265px;
	width:153px;
	height:154px;
	z-index:2;
}

#button_4 {
	position:absolute;
	left:251px;
	top:265px;
	width:153px;
	height:154px;
	z-index:2;
}
