body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	color: #fff;
	
	background:#000;
}

body, html { overflow:hidden; }

img { border:none; }

.hide { display:none; }
.clear { clear:both; }

div#credits {
	position:absolute;
	top:0px; right:10px;	
	width:120px; height:30px;
	z-index:50;
	text-align:right;
}

div#wrapper {
	position:absolute;
	bottom:0px; left:0px;
	height:550px;
	width:100%;
	background:url(../images/bg.jpg) center bottom repeat-x;	
}


div#content {
	width:1020px; height:550px;
	margin:auto;
	position:relative;
	text-align:center;
	font-size:12px;
	/*font-weight:bold;	*/
}

div.about { padding:20px 200px; }

div#flash {
	width:1020px; height:550px;
	margin:auto;
}

div#navigation {
	
}

A {
	font-family: Verdana,Helvetica,Sans-Serif;
	text-decoration: none;
	color:#fff;
}
A:hover {
	font-family: Verdana,Helvetica,Sans-Serif;
	text-decoration: underline;
}
