 @font-face {
	   font-family: 'Corbel';
    src: url('CORBEL.eot');
    src: local(Corbel), url('CORBEL.ttf') format('opentype');

  }body
{
 -moz-user-select:none;
-webkit-user-select:none;
-webkit-touch-callout:none;
-khtml-user-select:none;
-user-select:none;
-ms-user-select:none;
margin:0px;
font-family:Corbel;
background-image:url(images/back_bg.jpg);
}
.main
{
width:1024px;
height:580px;
background-image:url(images/bg.jpg);
margin:0 auto;
}
.main2
{
margin:0 auto;
width:950px;
height:580px;
}
.menu
{
float:right;
margin-left:800px;
position:absolute;
margin-top:-70px;
font-size:14px;
}
.menu a:hover
{
text-decoration:underline;
}
.menu2
{
font-size:14px;
width:950px;
padding-top:7px;
height:25px;
background-image:url(images/bg.gif);
 -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
}
.menu2 a
{
text-decoration:none;
color:#ffffff;
padding:10px;
}
.menu2 a:hover
{
color:#FFFF00;
}
.banner
{
margin-bottom:5px;
}
.footer
{
font-size:14px;
color:#333333;
}
.footer a 
{ 
color:#330000;
text-decoration:none;
}
.fot1 
{
padding-top:5px;
padding-bottom:5px;
background-color:#000000;
border-radius:10px;
}
.fot1 a
{
color:#FFFFFF;
margin-left:15px;
margin-right:15px;
}