body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #fff;
	background: none;
	background-color: #000;
}

#site {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background: url('/funnystage/bgsite.png') no-repeat #000;
	background-position: top center;
}

#content {
	height: auto;
	margin: 0px auto;
	font-weight: bold;
}

#header {
	height: 200px;
	padding: 10px;

}

#main {
	width: 500px;
	height: auto;
	text-align: left;
	margin: 0px auto;

	padding-left: 50px;
}

#footer {
	height: 200px;
	paddign: 10px;

}

