body {
	margin: 0;
	padding: 0;
	background: #333;
/*	-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
}

* { font-family: 'Helvetica',  arial, sans-serif; }
ul { margin:0;padding:0;list-style:none; }
a { text-decoration: none; color: #aaa; }

#container {
	margin: 0;
	padding: 0;
}

#top {
	border-top: 5px #000 solid;
	background: #fff;
	/*background: #fff url('http://pub.easytospell.net/media/moi3.jpg') center top no-repeat;
	height: 260px;*/
	padding-left: 20px;
}

#top a {
	color: #D64B00;
	font-weight: bold;
}

#logo {
	background: #fff;
	/*display: none;*/
}

#bottom {
	border-top: 2px solid #000;
	padding-top: 10px;
}

#bottom a {
	font-size: 10pt;
	color: #666;
	text-transform: uppercase;
}
#bottom a:hover {
	color: #D64B00;
}

#wrapup {
	-webkit-transform: rotate(-180deg); 
	-moz-transform: rotate(-180deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	padding: 20px;
	clear: both;
	text-align: center;
	color: #444;
}

h1 {
	margin-top: 0px;
}

h3 {
	font-size: 11pt;
	color: #FFF;
	text-transform: uppercase;
}

.bottomblocks {
	float: left;
	width: 215px;
	margin-left: 10px;
}

.center {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

