#header {
	z-index: 1;
	margin: 0 auto;
	position: relative;
	background: none;
}
#header h3 {
	margin-top: 0px;
	position: relative;
}
#header h3 a {
	background: transparent url(../images/logo_default.gif) no-repeat scroll left top;
	display: block;
	height: 80px;
	padding: 0;
}
#header h3 a span {
	visibility:hidden;
	display:none;
}
#container {
	background: none;
	overflow: hidden;
}
#content {
	width: 500px;
	margin: 20px auto;
	color:#666666;
	float: none;
	position: relative;
}
#footer {
	width:500px;
	background: none;
}