body { /*    background-image: url('elements/background.jpg');    background-position: center 45px;    background-attachment: scroll; */}* {  
	margin: 0;  padding: 0;  border: 0;}body{	
	font-family: "Helvetica", "Verdana", sans-serif;	
	font-size: 10pt;	
	line-height: 18px;	
	/*font-weight: bold;*/	
	text-align:center;	
	height:100%;
	margin:0px;
	padding:0px;	
	background: #111111;
}
a:link{		color: #6699cc;}
a:visited{	color: #6699cc;}
a:hover{	color: #9999cc;}


#headers{	
	/*background-image: url('elements/bannerThing.jpg');	
	background-repeat: no-repeat;	
	background-position: center;*/	
	height: 60px;	
	/*width: 285px;	
	border: 1px solid #999999;	
	background: #999999;*/	
	text-align: left;	
	margin: 30px 30px 0px 30px;
	color: white;
}
#white{
	background: white;
	height: 300px;
}
#image1 {
	position: absolute;
	left: 440px;
	top: 340px;
	border: 1px solid white;
}
#image2 {
	position: absolute;
	left: 600px;
	top: 140px;
	border: 1px solid white;
}
#image3 {
	position: absolute;
	left: 335px;
	top: 235px;
	border: 1px solid white;
}
#image4 {
	position: absolute;
	left: 600px;
	top: 260px;
	border: 1px solid white;
}
#image5 {
	position: absolute;
	left: 460px;
	top: 60px;
	border: 1px solid white;
}
#links{
	position: absolute;
	left: 30px;
	top: 60px;
}
#description{
	width: 300px;
	line-height: 20px;
	color: #c7c7c7;
	text-align: left;
	margin: 10px 30px 20px 30px;
}
#logo{
	text-align: left;
	padding-left: 30px;
	background: #555555;
}

#footer{
	color: #444444;
	font-size: 9px;
	margin-left: 30px;
}


.clear{	clear: both;}