body {
	color: #c8c8c6;
	background-color:#fff;
	font-size:14px;
	font-family:calibri,verdana, arial;
}

h1{
	text-align:center;
	color:#444;
	text-transform: uppercase;
}

#wrapper{
	width:850px;
	margin:100px auto;
}

#wrapper div{
	float:left;
	width:240px;
	height:240px;
	margin:15px;
	border:2px solid #e8e8e8;
}
#wrapper div.footer{
	float:left;
	width:850px;
	margin:15px;
	border:0;	
	color:#e8e8e8;
	font-size:10px;
	text-align:center;
}

#wrapper div p{
	margin:10px;
}
#wrapper div.wide{
	width:512px;
}
#wrapper div.bigbox{
	width:512px;
	height:512px;
}
#wrapper div.black{
	background-color:#000;
	text-align:center;
}

a:link,a:visited {
	background: transparent;
	color: #444;
	text-decoration: none;
}

a:active,a:hover {
	background: transparent;
	color: #444;
	text-decoration: underline;
}
a img{
	border:0px;
}

