body {
	background-color: black;
	/*
	background-image: url("../images/twee.png");
	*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;

}

div#page_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

div.description {
    background-color: white;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}

div.page_footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 138px;
	width: 960px;
	background-image: url('/images/page_header/footer.png');
	background-repeat: no-repeat;
	z-index: -1;
}
ul.clear, ul.clear li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

