@charset "utf-8"; /* CSS Document */ 

 

a { color: #F00; } 
a:link { text-decoration: none; color: #F06;} 
a:hover { color: #F0F; } 
a:active { color: #F00; } 
a:visited { color: #606; } 

h1,h2,h3,h4,h5,h6 {margin:0; font-weight: bold; color: #606; } 
h1 { font-size: 18px; color: #C03;} 
h2 { font-size: 14px; } 

.general{ width:900px; position:absolute; left:50%; margin-left:-450px; } 

.menu{ width:855px; height:67px; padding-top:23px; padding-left:45px; font:17px/18px 'Opal', Verdana, sans-serif; background:url("../images/view/assets.png"); background-position:0 -110px;} 
.menu div { color:#3CF; float:left; width:152px; height:32px; padding-top:15px; text-align:center; margin-right:10px; background:url("../images/view/assets.png");
background-position:-19px -10px; }
.menu div:hover { background-position:-19px -59px; color:#FFF; }


.middleUp { background:url("../images/view/assets.png") 0 -255px; padding:15px 0px 0px 40px; height:30px; width:860px;}
.Title{position:absolute; margin:20px;}
.middle { padding:40px; background:url("../images/view/middle-bg.png"); min-height:300px; width:820px;}
.middleBottom { background:url("../images/view/assets.png") 0 -298px; height:6px; width:100%;}

.footer{ margin-top:10px; font-size:10px; color:#666666; text-align:center; width:900px; height:40px; background-color:#333333; padding-top:3px; background:url("../images/view/assets.png"); background-position:0 -210px; } 