﻿
/*  General styles */

.body {
	background: url('images/background_wide.jpg') repeat-y center;
	text-align: center;
	width: 100%;
	font: 100% calibri, arial, helvetica, sans-serif;
	color: white;
}

#cecwrapper {
	text-align: center;
	width: 100%;
}

#content {
	font: inherit;
	margin: 0px 250px 0px 250px;
	padding: 20px 20px 20px 5px;
	text-align: left;
}
