@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}


#container {
	width:1110px;
	height:1230px;
	background-color:#d5fec0;
	margin:0 auto;
}


#wrapper {
	width:1100px;
	height:1230px;
	background-color:#181818;
	margin:0 auto;
}





div p {
	font-family:Helvetica, Arial, sans-serif;
	width:330px;
	padding-left:10px;
	padding-right:10px;
	font-weight:100;
}


div.box {
	background-color:#2a2a2a;
	font-family:Helvetica, Arial, sans-serif;
	color:#d5fec0;
}


div.thirty-one {
	display:inline-block;
	width:364px;
	vertical-align:top;
}


div.thirty-two {
	display:inline-block;
	width:367px;
}


div.thirty-three {
	display:inline-block;
	width:360px;
}


div.spacer {
	width:100%;
	height:20px;
}


#footer {
	color:#5b6766;
}


#footer a {
	color:#5b6766;
	text-decoration:none;
}