body {
	background-color: #000000;
	font: .8em/1.3em Georgia, Times New Roman, Times, serif;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	color: #CCCCCC;	
}
#flashcontent {
	width: 640px;
	height: 640px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;		
}
a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color: #66FF66;
}

h3 {
	color: #CCCCCC;
	font-size:larger;
}

<!--
.style1 {font-size: x-large}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
-->


#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	border: 0px;
}

#right {
    float:right;
    width:167px;
    height:100%;
    z-index:1;
    left: 668px; 
	top: 2px;
}

#left {
    float:left;
    width:170px;
    height:100%;
    z-index:1;
    left: 668px; 
	top: 2px;
}

#top {
	float:left;
	text-align:center; 
	padding:0%;
	left:auto; 
	right:auto;
	width: 450px;
}

#links {

	color:#CCCCCC;
	text-align:center;
	
	
	margin-left:auto; 
	margin-right:auto;
	width: 640px;
}
#home {
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	width: 640px;
	background-image:url(images/billbackground.jpg);	
	height:574px;
	
}
#content {
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	width: 640px;
	
}

#footer {
	color:#CCCCCC;
	margin-left:auto; 
	margin-right:auto;
	width: 640px;
	padding-top: 20px;
	text-align:center;

}

