body {
	font-size:11px;
	width:600px;
	background-color:#333333;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	color:#ffffff;
	padding:0px;
	font-family: verdana, sans serif, arial, helvetica;
}

#header {
	background: url(header.png) no-repeat;
	width: 600px;
/*	height:42px; */
	padding:0px;
	margin:0px;
	border-width: 0;
}

#footer {
	background: url(footer.png) no-repeat;
	width: 600px;
	height:12px;
	border-style: none;
	border-width: 0;
}

#content {
	width: 600px;
	clear:all;
	background:#191717;
	border-style: none;
	border-width: 0;
	}
