body, html{
	margin: 0; padding: 0;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
.flashcontainer{
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left:-490px;
	margin-top: -330px; 
}
.imageview{
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left:-387.5px;
	margin-top: -250px; 
	width: 775px;
	height: 500px;
	overflow:hidden;
}
#container{
	width: 100%;
	overflow: auto;
	background: #000 url(bg.jpg) no-repeat bottom left fixed;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#rightcont{
	position: fixed;
	left: 100%;
	top:0;
	margin: 0 0 0 -232px;
	height: 100%;
	background-color: #1B1D25;
	border-left: 1px dotted #999;
}
#right{
	padding: 0 20px;
}
#right img{
	border: none;
	padding: 20px;	
}
#right ul{
	text-align: left; 
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 0 10px;
}
#right ul li{
	list-style: circle;
	border-right: 4px #ccc solid;
	margin: 10px 0;
	padding: 0 0 0 10px;
}
#right ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	font-size: 14px;
}
#left{
	float: left;
	margin: 40px 230px 40px 40px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
}
#left h1{
	margin: 0;
	font-weight: normal;
	font-size: 46px;
	color: #fff;
}
#left h3{
	color: #9DDB5E;
	font-weight: normal;
	font-size: 18px;
}
#toplist ul{
	list-style: none;
	margin: 10px 0;
	line-height: 30px;
}
#toplist li{
	display: inline;
	margin: 0;
	padding: 5px 20px;
	color: #fff;
	border-left: 1px solid #ccc;
}
.resident{
	color: #9DDB5E;
}
.att{
	color: #9DDB5E;
	font-weight: bold;
}
#noflash{
	position:absolute;
	left: 100%;
	top: 10px;;
	margin-left: -600px;
	width: 350px;
	font-size: 10px;
	text-align: right;
}
#acura{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	text-align: center;
	margin-left: -150px;
	margin-top: 350px;
	font-size: 9px;
	color: #777;
	letter-spacing: 1px;
}
#acura a{
	color: #777;
}