html, body, #contents {
	min-height: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}
a {
color: #3366FF;
text-decoration:underline;
}
a:hover {
color: #3366FF;
text-decoration:none;
}
h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:12px;text-decoration:underline;}
p {
text-align: justify;
}
body {
	background-image: url(/Images/bg.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin:0; 
	padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#contents {
position: absolute;
width: 1000px;
background-color:#ffffff;
}
#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
}
#mainmenu{width: 1000px;background-color:#000000;}                    
                    
#mainthing {
background: url('/Images/world_map_pixel_circular.jpg') no-repeat top center;
padding:30px 50px 50px 50px;
}
.leftFloat
{
width:715px;
padding-right:15px;
}
.rightFloat
{
padding-left: 15px;
font-size: 10px;
border-left: 1px solid #c0c0c0;
}

.sponsorTableThing
{
border: 1px solid #ff9951;
}

.spacinglist li{margin-bottom:10px;}

