@CHARSET "UTF-8";
html {
	margin: 0;
	padding: 0;

	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%; /* IE hack */

	color: #000000;
	background: #ffffff;
	
	line-height: 1.2em;
}

body {
	font-size: .78em;
	margin: 0;
	padding: 0;
}

/* hack for IEs of all hues */
#wrapper {
	position: relative;
}

.centered-container {
	margin: 0 auto;
	width: 980px;
}

#header {
	/* blank */
}

#content {
	/* blank */
}

#footer {
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	height: 58px;
	
	background: url('images/footer-bg.jpg') top center no-repeat #ffffff;
}