html {
height:100%;
}
body {
height:100%;
margin:0;
padding:0;
text-align: center;
}
.bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
.bg-img {
width:100%;
height:100%;
}
.content {
position:relative;
z-index:1;
}
#content_text {
text-align: left;
padding: 0 10px;
}
img {
border:0px;
}
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Sans-Serif;
}
.menulist{
list-style-type: none;
background-image: url(images/menu.png);
background-position: -2px 90px;
height: 30px;
width: 660px;
margin: auto;
}
.submenulist{
list-style-type: none;
background-image: url(images/menu.png);
background-position: -2px 60px;
height: 30px;
width: 660px;
margin: auto;
}
.menulist li {
background-image: url(images/menu.png);
background-position: 0 90px;
list-style-type: none;
display: inline;
height: 30px;
line-height: 30px;
padding-top: 6px;
padding-bottom: 5px;
margin-left: -5px;
}
.submenulist li {
background-image: url(images/menu.png);
background-position: 0 60px;
display: inline;
height: 30px;
line-height: 30px;
padding-top: 6px;
padding-bottom: 5px;
margin-left: -5px;
}
ul a {
padding: 0 10px;
line-height: 30px;
text-decoration: none;
font-family: Verdana, Arial, Sans-serif;
font-size: 14px;
color: #000000;
}
.menulist .active {
background-position: 0px 120px;
}
.submenulist .active {
background-position: 0px 30px;
}
.bg_top_50 {
width:700px;
height:76px;
background: url('images/content_bg_top_50.png') repeat;
padding:0px;
margin: 0 auto;
text-align: center;
}
.bg_top_85 {
width:700px;
height:76px;
background: url('images/content_bg_top_85.png') repeat;
padding:0px;
margin: 0 auto;
text-align: center;
}
.bg_middle_50 {
width:700px;
background: url('images/content_bg_middle_50.png') repeat;
padding-top:20px;
padding-bottom:20px;
margin: 0 auto;
text-align: center;
}
.bg_middle_85 {
width:700px;
background: url('images/content_bg_middle_85.png') repeat;
padding-top:20px;
padding-bottom:20px;
margin: 0 auto;
text-align: center;
}
.bg_bottom_50 {
width:700px;
height:75px;
background: url('images/content_bg_bottom_50.png') repeat;
padding:0px;
margin: 0 auto;
text-align: center;
}
.bg_bottom_85 {
width:700px;
height:75px;
background: url('images/content_bg_bottom_85.png') repeat;
padding:0px;
margin: 0 auto;
text-align: center;
}
