HTML {
	padding:0px;
	margin:0px;
	height:100%;
	background:none;}
	
IMG {
	border:none;}
	
A {
	color:#a0a0a0;
	text-decoration:none;}

BODY {
	font-family:Arial;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background:#080808;}	
	
#mainContainer {
	width:800px;
	margin:0px auto;
	min-height:800px;
	background:url(images/background.jpg) no-repeat;}
	
#pageData {
	width:800px;
	height:700px;}
	
#content {
	width:1000px;
	height:auto;
	margin:0px 0 0 0;
	padding:180px 0 0 0;}	
	
#content .box1 {
	float:left;
	display:block;
	width:167px;
	height:387px;
	margin:0 0 0 50px;
	cursor:pointer;}
	
#content .box2 {
	font-size:10px;
	color:#a0a0a0;
	display:block;
	float:left;
	width:259px;
	/*height:324px;*/
	margin:0 0 0 5px;
	padding:63px 0px 0 0px;}
	
#content .box2 p {
	margin:10px 10px 0 20px;}
	
#content .box3 {
	float:left;
	display:block;
	width:259px;
	/*height:387px;*/
	margin:0 0 0 5px;
	cursor:pointer;}

#content .box4 {
	float:left;
	display:block;
	width:700px;
	/*height:220px;*/
	margin:0 0 0 50px;}
	
#content .box4 ul {
	display:block;
	float:left;
	margin-top:60px;}
	
#content .box4 ul li {
	width:230px;
	font-size:10px;
	color:#a0a0a0;
	text-decoration:none;
	margin-top:3px;}
	
#content .box4 span {
	display:block;
	float:left;
	font-size:10px;
	color:#a0a0a0;
	height:20px;
	width:500px;
	margin-top:25px;
	margin-left:25px;}
	
	
	
	
	

