* {margin: 0; padding: 0}
html {overflow-y: scroll;}
body { font:62.5% arial;}
p { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em;}
h1 { padding: 20px 0px 0px 0px}
img {padding:0px 0px 0px 0px}
body
{
background:url(‘images/header.jpg’) repeat-x top;
background-color: #ffffcc
}
div#page-wrap {
margin: 0 auto;
width: 920px;
}
ul#nav {
height: 200px; width: 900px;
background: url(‘/images/banner_ctr.gif’) no-repeat;
margin: 0px 0px 0px 40px;
list-style: none;
}
ul#nav li {
display: inline;
}
ul#nav li a {
display: block;
height: 98px;
float: left;
text-indent: -9999px;
}
ul#nav li.home a {
width: 319px;
background: url(/images/nav_home.jpg) bottom center no-repeat;
margin: 150px -20px -6px -40px;
}
ul#nav li.forum a {
width: 286px;
background: url(/images/nav_forum.jpg) bottom center no-repeat;
margin: 150px 0px 0px 20px;
}
ul#nav li.contact a {
width: 315px;
background: url(/images/nav_contact.jpg) bottom center no-repeat;
margin: 150px 0px 0px 0px;
}
ul#nav li a:hover {
background-position: center center;
}
body#home ul#nav li a.home,
body#forum ul#nav li a.forum,
body#contact ul#nav li a.contact {
background-position: top center;
}
#main-content {
padding: 30px 50px 30px;
background:url(images/page_bg.jpg);
background-repeat: repeat-y
}
#notice-content {
padding: 5px 50px 5px 40px;
background:url(images/notice_middle.jpg);
background-repeat: repeat-y
}
#footer {
min-height:57px;
background:url(images/footer_bg.jpg) no-repeat;
margin-bottom:40px
}