/* New Front Page Layout
============================================================================== */
body {
	background-color: #0c2113;
	margin: 0px;
	padding: 0px;
	}

div#page-container {
	width: 900px;
	height: 581px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
	background: url(../front_img/bg.jpg) left top no-repeat;
	}

div#container {
	padding-left: 140px;
}
	
div#button-container {
	float: left;
	width: 635px;
	height: 106px;
	margin-top: 435px;
	}
	
div#button-container a, img {
	border: 0px solid black;
}
	
div#gz-button {
	float: left;
}

div#gz-button a {
	display: block;
	width: 191px;
	height: 106px;
	background: url(../front_img/gz_button.jpg) left top no-repeat;
	background-position: -191px 0px;
}

div#gz-button a.hover,
div#gz-button a:hover {
	background: url(../front_img/gz_button.jpg) left top no-repeat;
	background-position: 0px 0px;
}

div#zc-button {
	float: right;
}

div#zc-button a {
	display: block;
	width: 191px;
	height: 106px;
	background: url(../front_img/zc_button.jpg) left top no-repeat;
	background-position: -191px 0px;
}

div#zc-button a.hover,
div#zc-button a:hover {
	background-position: 0px 0px;
}

div#sc-button {
	float: left;
	margin-left: 50px;
	margin-top: 22px;
}

div#sc-button a {
	display: block;
	width: 151px;
	height: 106px;
	background: url(../front_img/sc_button.jpg) left top no-repeat;
	background-position: -151px 0px;
}

div#sc-button a.hover,
div#sc-button a:hover {
	background-position: 0px 0px;
}
