body
{
background-image:url('img/site/bg_L.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right bottom;
background-color: #330000;
font-family:arial;
}

a:link
{
color: #660000;
text-decoration:none;
font-weight:bold;

}
a:visited
{
color: #660000;
text-decoration:none;
font-weight:bold;
}

#header
{
display: block;
    margin-left: auto;
    margin-right: auto;
}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<title>Horizontal Navigation Bar w/Rollover Effect</title> 
<style type="text/css"> 
<!-- 
 
#navi ul { 
        margin: 0; 
        padding: 5px; 
        list-style-type: none; 
        text-align: center; 
        background-color: #938686; 
        } 
 
li {  
        display: inline; 
        } 
 
li a { 
        background-color: #938686;
        width: 700px;
        height: 30px;
        text-decoration: none; 
        padding: .2em 1em; 
        color: #000; 
        background-color: #938686; 
        } 
 
a:hover { 
        color: #938686; 
        background-color: #fff; 
} 


#footer {
   position:bottom;
   bottom:0;
   width:100%;
   height:40px;
   color: FFCC00;
}

#leftbar
{
  width: 185px; 
  height: 270px;
  margin-right:50px;
  background: #69646c; 
  border-radius: 20px 20px 20px 20px;
}

#news
{
   background: #69646c;
   width: 750px;
   height: 210px;
   padding: 15px;
   border-radius: 20px 20px 20px 20px;
}

#newsc
{
   width: 790px;
   height: 210px;
   overflow-y: scroll;
   color: #CCCCCC;
   font-size: 85%;
}

#disqus
{
background: #69646c;
   width: 780px;
   height: 410px;
   padding: 15px;
   border-radius: 20px 20px 20px 20px;
}

#disqusc
{
   width: 810px;
   height: 410px;
   overflow-y: scroll;
}

#mid
{
   background: #69646c;
   width: 650px;
   height: 670px;
   padding: 15px;
   border-radius: 20px 20px 20px 20px;
   position: relative;
}

#mid_comic
{
    width: 820px;
    background-color: #69646c;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
    position: relative;
}

#h1
{
    color: #FFCC00;
}

#vn
{
   color: #FFCC00;
   text-indent:20px;
}

#midchar
{
   background: #69646c;
   width: 650px;
   height: 670px;
   padding: 15px;
   border-radius: 20px 20px 20px 20px;
   position: relative;
}

#charcontent
{
overflow-y:scroll;
height: 650; 
width: 740;
margin-left: auto;
margin-right: auto;
}


#mcontent
{
overflow-y:scroll;
height: 650; 
width: 740;
margin-left: auto;
margin-right: auto;
}

#mcomic
{
overflow:scroll;
height: 750; 
width: 850;
margin-left: auto;
margin-right: auto;
}