body
 {
  background: #000000;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
.bg {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#main-frame {
	background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); 
	padding: 20px 0 20px 0;
	position: relative;
	
    margin-left: auto;
    margin-right: auto;
	width: 750px;
	height: 750px;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

#logo{
	float:none;
	margin: 0px 40px 0px 0px;
	z-index: 7000;
}

#mail_us{
	text-align:center;
}

#head{
	position: relative;
	width:750px;
	height: 200px;
}

#body{
	position: relative;
	width: 750px;
}

#menu-body{
	position: relative;
	float: left;
	width: 200px;
	height: 500px;
	margin: -20px 0 0 -210px ;
	background-color: #000000;

}

#menu-content{
	position: relative;
	opacity: 1.0;
    filter: alpha(opacity=100); 
}
