body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #132e17 none repeat-x;
	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 */
	color: #000000;
}
.main #container {
	width: 630px;
	height: 700px;

	background: transparent;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	width: 630px;
	height: 800px;
	padding: 0px 0px;
	background-color: transparent;
}

#logo {
	float: left;
	width: 630px;
	height: 680px;
	background: transparent url(../images/logo.png) no-repeat 0 240px;
}

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

#buttons {
	width: 635px;
	height: 130px;
	float: left;
}
#buttons .shift{
	margin-right: 45px;
}
#group {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/buttons/up/group.png) no-repeat;
	display: block;
}
#properties {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/buttons/up/properties.png) no-repeat;
	display: block;
}
#games {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/buttons/up/games.png) no-repeat;
	display: block;
}
#contact {
	float: left;
	width: 125px;
	height: 45px;
	background: url(../images/buttons/up/contact.png) no-repeat;
	display: block;
}
#copyrights {
	width: 640px;
	
	float: left;
	color: #c49431;
	font-family: palatino;
	font-size: 13px;
}