@charset "utf-8";
/* CSS Document */
body {
	background-color:#fffdeb;
	font-family:Verdana;
	font-size:10px;
	color:#7b7b7b;
	margin: 0px;
  	padding: 0px;
  	border: 0px;
}
h1{
	font-size:12px;
	font-weight:bold;
	margin:2px 0px;
}
#container{
	width:1280px;
	height:768px;
	background-image:url(../images/bg.jpg);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#top_info{
	padding-right:250px;
	padding-top:20px;
	text-align:right;
	position:relative;
}
.logo{
	position:absolute;
	right:0px;
	top:0px;
}
#stage{
	width:1000px;
	height:650px;
	background-color:#676673;
	position:absolute;
	top:85px;
	right:15px;
}
#footer{
	font-weight:bold;
	position:absolute;
	bottom:10px;
	right:20px;
}
#bottom_left_info{
	/*total of 265px wide*/
	width:230px;
	padding-right:35px;
	padding-top:610px;
	text-align:right;
}
