body {
	margin: 14px 0 0 0;
	padding: 0;
	background-color: #000;
}

#header {
	width: auto;
	height: 116px;
	margin: 0 auto;
	background: url(../i/logoBkg.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	background: url(../i/contentBkg.gif) 0 0 repeat-x;
	overflow: auto;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: url(../i/contentBkg.gif) 0 0 repeat-x;
	font: normal 100% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #fff;
	text-align: justify;
	line-height: 1.5em;
}

#content a {
	color: #999;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content span {
	padding: 0 11px;
}

#footer {
	width: auto;
	margin: 20px 0 15px 0;
	overflow: hidden;
	font: 11px Tahoma, sans-serif;
	color: #222;
	text-align: center;
}

#footer a {
	color: #222;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
}
