body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #163a1b repeat-x 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.main #container {
	width: 980px;
	height: 720px;
	background: transparent;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	}
.main #mainContent {
	width: 980px;
	height: 720px;
	padding: 0px 0px;
	background-color: transparent;
	position: absolute;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 720px;
		z-index: 1;
	background: #fefffe no-repeat;
}

#main_spacer {
	float: left;
	width: 60px;
	height: 590px;
}

#buttons {
	top: 613px;
	left: 163px;
	width: 635px;
	height: 130px;
	position: absolute;
	z-index: 5;
}
#buttons .shift{
	margin-right: 45px;
}
/*** Main Buttons ***/
#group {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/trans.png) no-repeat;
	display: block;
}

#group:hover {
	background: url(../images/buttons/over/group.png) no-repeat;
}
#properties {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/trans.png) no-repeat;
	display: block;
}
#properties:hover {
	background: url(../images/buttons/over/properties.png) no-repeat;
}

#games {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/trans.png) no-repeat;
	display: block;
}
#games:hover {
	background: url(../images/buttons/over/games.png) no-repeat;
}

#contact {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/trans.png) no-repeat;
	display: block;
}
#contact:hover {
	background: url(../images/buttons/over/contact.png) no-repeat;
}

#copyrights {
	width: 100%;
	float: left;
	color: #c49431;
	font-family: Palatino, "Times New Roman", Times, Georgia;
	font-size: 13px;
	height: 45px;
	
	text-align: center;
	padding: 14px 0px 0% 0%;
	position: absolute;
	display: block;
	top: 720px;
	left: 0px;
}
