
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: black;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	text-align: justify;
}

#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
    position: relative; 
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
	min-height: 600px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-bottom:0px solid #ffffff;
}
