* 
{
	padding:0;
	margin:0;
}
html, body
{
	width:100%;
	height:100%;
	background:url(../resources/images/site.jpg) no-repeat #eeece2;
	background-position: center top;
	text-align:center;
}
div#overlay
{
	position: fixed;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=80);
	background:#000;
	width:100%;
	height:100%;
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:50;
	background-attachment: fixed;
}
div#wrapper
{
	z-index:100;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
}
div#flash
{
	width:960px;
	height:600px;
	margin:80px auto 0 auto;
}

div#credit_line
{
	width:960px;
	margin:5px auto;
	text-align:right;
	font-size:.6em;
	color:#eee;
	font-family:Verdana;
	padding-right:1.5em;
}

div#credit
{
	padding-right:3em;
}

p.alert
{
	color:#eee;
	font-family:Verdana;
	font-weight: bold;
}

#headerRight {
		top: 0;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 50;
		}

#cal {
		margin: 0 0 0 855px;
		}
		
#bug
{
	width:15px;
	height:15px;
	float:right;
}

#bug a:link, #bug a:active, #bug a:visited
{
	display:block;
	width:15px;
	height:15px;
	border:0;
	background:url(../images/bug.jpg);
}

#bug a:hover
{
	background-position:right;
}

#bug a img
{
	border:0;
}
		
a:visited, 
a:link,
a:active
{
	color:#FFFFFF;
}
