*
   {
	margin: 0;
	padding: 0;
	list-style:none;
	font-weight:normal;
    }
img
    {
	border:0;
	}
body 
    {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	background-color:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:23px;
         
	}
.aaa
{
position:relative;
}
a 
    {
	color:#fff;
	text-decoration:none;
	}
a:hover
    {
	color:#f60;
	}
em
    {
	font-style:normal;
	}

h2
   {
   font-size:14px;
   font-weight:bold;
   position:absolute;
   left:200px;
   color:#fff;
   top:605px;
   }
.box
   {
   width:202px;
   min-height:107px;
   background-color:#fff;
   border:1px solid #E8C438;
   opacity:0.7;
   filter:Alpha(Opacity=70);
   -moz-opacity: 0.7;
   color:#000;
   }
.box .left
   {
   width:80px;
   margin:8px;
   float:left;
   display:inline;
   border-right:1px solid #821100;
   }
.box .left h3
   {
   font-size:14px;
   font-weight:bold;
   }
.box .right
   {
   margin:6px;
   float:left;
   display:inline;
   }
.box .right ul li
   {
   line-height:20px;
   height:20px;
   }
