@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*	background-image: url(../images/STG-background.png);*/
	background-position: top;
	background-repeat: no-repeat;
	background-color: #1D1E0C;
	color: #FFF;
	overflow-x: hidden;
}

#centered {
	width: 1250px;
	margin: 0 auto;
	height: 650px;
	position: absolute;
	/*	top: 52%;*/
	left: 50%;
	margin: 0 0 0 -625px;
}

#logowrapper {
	height: 105px;
	width: 676px;
	padding: 0 287px 0 287px;
	position: absolute;
	top: 510px;
	z-index: 100;
}

.logo {
	width: 300px;
	height: 80px;
	margin-right: 25px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #1D1E0C;
	border-right: 1px solid #1D1E0C;
	background-image: url(../images/btn-shadow-80px.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
}

.logo a:hover {
	border-top: 1px solid #1D1E0C;
	border-left: 1px solid #1D1E0C;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	background-image: url(../images/btn-shadowa-80px.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;		
	float: left;
}

.logo1 {
	width: 300px;
	height: 80px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #1D1E0C;
	border-right: 1px solid #1D1E0C;
	background-image: url(../images/btn-shadow-80px.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
}

.logo1 a:hover {
	border-top: 1px solid #1D1E0C;
	border-left: 1px solid #1D1E0C;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	background-image: url(../images/btn-shadowa-80px.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;		
	float: left;
}
