body {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
}

#container 
{
margin-left:auto;
margin-right:auto;
width:800px;
}

#revlativediv
{
position:relative;
width:800px;
}

#ad
{
width:120px;
height:600px;
position: absolute;
left:10px
}

#main {
	position:absolute;
	left:20px;
	top: 30px;
	right:30px;
	
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
align:center;
position:absolute;
float:center;
z-index:100;
width:100%
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;

