body {
	background: #000;
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: "Comic Sans MS";

}

#container {
	width: 690px;
	margin: 0px;
	padding-left: 10px;
	background: #000 url(img/lay.jpg) top left no-repeat;
}

#header {
	display: hidden;
	height: 489px;
	background-position: center;

}
#header h1 {
	display: none;
}

#main {
	width: 470px;
	float: left;
}

#sidebar {
	width: 171px;
	float: right;
	background: #393939;
	font-size: 12px;
	margin-right: 25px;
	padding-left: 5px;

	

}

#footer {
	clear: both;
	text-align: center;
	vertical-align: bottom;
	display: none;


}
h4 {
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
textarea {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #555555;
	border: 1px solid #727272;
}
input {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #555555;
	border: 1px solid #727272;
}
