body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333333;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	
	color:#CCCCCC;
}

DIV#container{
	position:absolute;
	width:900px;
	top:0px;
	left:50%;
	margin-left:-450px;
}

DIV#header{
	height:200px;
	width:100%;
	float:left;
}

DIV#main{
	margin-top:30px;
	width:100%;
	float:left;
}

DIV#footer{
	height:200px;
	width:100%;
	float:left;
	margin-top:50px;
}

/*------------------------------------

			STRUCTURE

------------------------------------*/
DIV.box{
	float:left;
	width:270px;
	height:270px;
	padding:10px;
	margin:5px;
	background-color:#666666;
}


/*------------------------------------

			FORMATTING

------------------------------------*/

p{
	line-height:18px;
	letter-spacing:1px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}