#logotop {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:99px;
	z-index:999;
}

#Flash {
	position:absolute;
	left:0px;
	top:140px;
	width:900px;
	height:350px;
	z-index:3;	
}
body {
	text-align: center;
	background-color:#000000
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}


hr.thin {
height: 1px;
border: 0;
color: #333;
background-color: #333;
width: 80%;
}

a:link { 
	color: #666666;
	text-decoration: none;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: none;
	}
a:active { 
	color: #CCCCCC;
	}