body {
	background: #210C00 url(rock_bg.jpg);
}
#container {
	width: 100%;
	display : block;
	position: relative;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-top: 0;
	height: 92%;
}

#header {
	width: 750px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	height: 189px;
	background: #DCC4A2 url(header_img.jpg) center;
}
 a {
    outline: none;
}

#mainbody{
	padding: 0;
	display : block;
	float:none;
	position: relative;
	text-align: left;
	height: 350px;
	width: 600px;
	margin: 150px auto 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}

#global {
	position:absolute;
	left: 486px;
	top: 47%;
	width: 766px;
	height: 600px;
	margin-top: -260px; /* half of the height */
	margin-left: -363px; /* half of the width */
	background: url(2_home.jpg) no-repeat left top;
	
     }
