@charset "UTF-8";
/* CSS Document */

h1 span{display:none}


.squares{
float:left; width:500px; height:220px; margin-left:20px; margin-top:20px; background-color:#000000;
}


.squaresNo{
float:left; width:500px; height:220px; margin-left:20px; margin-top:20px; display:none;
}


.description{
text-align:left; width:500px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; letter-spacing:-1px; margin-top:10px; font-weight:100;
}



.top{
float: left;
text-align:left;
width:100%;
height:142px;
margin-left:0px;
margin-top:-0px;
margin-bottom: 0px;
background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top; 
}


.footer{
float: left;
text-align:left;
width:100%;
height:75px;
margin-left:0px;
margin-top:20px;
background-image:url(/images/bg.jpg);
background-repeat:repeat-x;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d1d1d;

}


