body
{
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-color: #282828;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #0d96d0;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}



#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;

}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #1b1b1b;
	width: 760px;
	height: 370px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url(background.jpg);
	border-right: 20px solid #1b1b1b;
	padding: 10px;
}
#containerleftflash
{
	float: left;
	width: 350px;
	height: 370px;
	border-right: 20px solid #1b1b1b;
	padding-right: 20px;
}
#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #0d96d0;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	overflow: auto;
	padding: 10px;
	background-color: #282828;
}
#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 75%;
}
#containerright2
{
	float: left;
	width: 740px;
	height: 350px;
	overflow: auto;
	padding: 10px;
	background-color: #232323;
}
#containerright2 h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 75%;
}



#footer_gfx
{
	top: 240px;
	margin-left: -365px;
	position: absolute;
	left: 50%;
}

#bg {
	background-image: url(page_bg.png);
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
		}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-family: helvetica, arial, verdana, tahoma, sans-serif; font-size: 12px;
	font-weight: bold; color: #666666;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.zer-o-one.com/overlay.png); }

#html #overlay{
	background-color: #333333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
