@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: 790px;/*850*/
	margin: 0 0 0 -385px;/*0 0 0 -425px*/
	padding: 0;
	position: absolute;
	top: 510px;
	left: 50%;
	z-index: 100;
}

.logo {
	width: 300px;
	height: 80px;
	margin-right: 24px;/*23*/
	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;
}

.logo2 {
	width: 198px;
	height: 80px;
	margin-right: 23px;
	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;
}

.logo2 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;
}

/*#steveJobs {
	width: 320px;
	height: 100px;
	position: absolute;
	top: 215px;
	left: 50%;
	margin: 0 0 0 -200px;
	padding: 100px 40px;
	background: transparent url('../images/Steve-Jobs.png') no-repeat center top scroll;
}
	#steveJobs span {
		float: left;
		clear: left;
		font-family: Verdana, Arial, Helvetica, san-serif;
		color: #000000;
		margin-left: 30px;
		width: 100px;
		text-align: center;
	}
		#steveJobs span.name {
			font-size: 18px;
		}*/

