@charset "utf-8";



body{

	/*background-image:url("./top_bg.gif");*/
	/*background-repeat: repeat-x;*/
	/*background-repeat: no-repeat;*/
	/*background-color: #7B393B;*/
	background-color: #ffffff;
	color: #eeeeee;
	margin: 0px 0px 0px;
	font-size: 80%;
}

#main{
	width: 100%;
	text-align: center;
	min-width: 800px;
	min-height: 600px;
	border: 0px solid #000;
}

#main #main2{
	background-image:url("./top_bg.gif");
	/*min-width: 950px;
	min-height: 794px;*/
	/*text-align: center;
	vertical-align: middle;
	border: 0px solid #FF0000;
	margin: 0 auto;*/
	position:absolute; 
	top:50%; 
	left:50%; 
	width:800px; 
	height:600px; 
	margin-left:-400px;
	margin-top:-300px;
}
#main #main2 img{
	margin:67px;
}

.leftside{
	float:left;
}
.rightside{
	float:right;
}

