/* reset css---------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
:focus {
	outline: 0;
}
body {
	background: #282828;
}
ol, ul {
	list-style: none;
}


div#global{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}

div#wrapper{
	height:auto;
	background-color:#282828;
	}
	
div#flash{
	position: absolute;
	height:600px;
	width:800px;
	top: 82px;
	z-index: 9;
	}
	
div#navigation{
	position: absolute;
	top:18px;
	z-index: 10;
	}
	
div#credTable{
	position:absolute;
	height:auto;
	width:800px;
	top: 95px;
	z-index: 7;
	}
	
.credit {
	float:left;
	font-family:arial;
	font-size:14px;
	color:white;
}

.crdimg{
	width:100px;
	height:100px;
	border: 1px solid white;
	padding:0px;
	margin-bottom:10px;
	margin-right:10px;	
	}
	
div#lines{
position:fixed;
	background: url(line.png) repeat-x;
	height: 80px;
	width: 100%;
	top:0px;
	left:0px;
	z-index: 8;
	}
	
div#credits{
	position: fixed;
	bottom:125px;
	right:0px;
	z-index:4;
	}
	
div#backBtn{
	position: fixed;
	bottom:125px;
	right:0px;
	z-index:3;
	}
	
div#footer{
	position: fixed;
	bottom:-5px;
	right:0px;
	z-index:2;
	}
	
div#header2{
	position: fixed;
	top:0px;
	left:0px;
	width:561;
	height:776px;
	z-index:1;
	}
	
h1{
	font-family: "Arial", sans-serif;
	font-size: 25px;
	color: white;
	font-weight: normal;
	padding-bottom: 3px;
	}
	
		
/* link styles ------------------------------------------*/

a:link {  
	color:#fff; 
	font-family: "Arial", sans-serif;
	font-size: 14px; 
	font-weight: normal;
	text-decoration:none;
	}

a:visited {  
	color: #fff; 
	text-decoration:none; 
	font-family: "Arial", sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	text-decoration:none; 
	}

a:hover {  
	color: #666; 
	text-decoration:none; 
	font-family: "Arial", sans-serif;
	font-size: 14px; 
	font-weight: normal;
	text-decoration:none; 
	}
