@charset "utf-8";
/* CSS Document */

body {
	background-color:#333333;
	text-align:center;
}

#container {
	width:800px;
	height:auto;
	margin-top:20px;
	background-color:#000000;
	border: solid 1px #999999;
}

#containertop {
	width:302px;
	height:15px;
	border: solid 1px #999999;
	margin-top:20px;
	margin-left:-400px;
}

#containercontent {
	margin-top:50px;
	width:700px;
	height:auto;
}

#containerbottom {
	height:auto;
	margin-right:2px;
	margin-bottom:2px;
	margin-top:20px;
}


	


