@charset "utf-8";

* {
	border: 0;
	margin: 0;
	padding: 0;
}
html , body {
	background: #000;
	color: #FFF;
	height: 100%;
	text-align: center;
}

#wrapper {
	background: rgb(32,32,32) url("../img/content.gif") scroll repeat-y center top;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 950px;
}
#header {
	background: rgb(32,32,32) url("../img/top.gif") scroll repeat-x top left;
	height: 90px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}
#bottom {
	background: rgb(32,32,32) url("../img/bottom.gif") scroll repeat-x top left;
	bottom: 0;
	height: 60px;
	left: 25px;
	margin: 0 auto;
	position: absolute;
	width: 900px;
}
#clear {
	clear: both;
	height: 70px;
}
#logo {
	left: 10px;
	position: absolute;
	top: 10px;
}
