@charset "utf-8";
/* CSS Document */

body         { 
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	color: #CCC; 
	background: #000;
	scrollbar-3dlight-color: #d3d3d3; 
	scrollbar-arrow-color: #fff; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-face-color: #696969; 
	scrollbar-highlight-color: #808080; 
	scrollbar-shadow-color: #d3d3d3; 
	scrollbar-track-color: #696969; 
}

h1 {
	margin: 0;
	padding: 0;	
}

#logobanner {
	border: solid 2px #a9a9a9;
	background: #333;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 850px;
	height: 80px;
	margin-top: -40px; 
	margin-left: -425px;
	text-align: center;
	color: #FFF;
}

#logobanner p {
	padding: 0px;
	margin: 0px;
}

#maincontent {
	border: solid 2px #a9a9a9;
	background: #333;
	position: absolute;
	top: 350px;
	left: 50%;
	width: 850px;
	height: 410px;
	margin-top: -225px; 
	margin-left: -425px; 
	text-align: center;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#foot {
	border: solid 2px #a9a9a9;
	background: #333;
	position: absolute;
	top: 650px;
	left: 50%;
	width: 850px;
	height: 80px;
	margin-top: -40px; 
	margin-left: -425px;
	text-align: center;
}

#foot p {
	margin: 0;
	padding: 0;
}

#foot a {
	color: #CCC;
	font-size: 110%;
	text-decoration: none;
}

#foot a:hover {
	color: #FFF;
	border: 1px;
	text-decoration: underline;

}

.thumb img {
	width: 55px;
	height: 50px;
	border: solid 1px #666;
	padding: 10px;
}

.thumb {
	width: 55px;
	height: 50px;
}

.thumb a {
	color: #999;
	text-decoration: none;
}

.thumb a:hover {
	color: #FFF;
	border: 1px #FFF;
	text-decoration: none;
}
#back2G {
	position: absolute;
	left: 50%;
	width: 800px;
	height: 800px;
	margin-left: -400px; 
	text-align: center;
}
#back2G a {
	font-size: 125%;
	color: #CCC;
	text-decoration: none;
}
#back2G a:hover {
	color: #FFF;
	text-decoration: underline;
}
#back2G img {
	border: 0px;
	text-decoration: none;
}