html{
width: 100%;
height: 100%;
}
body{
width: 642px;
margin: 0px auto;
padding: 0px;
font: 15px Trebuchet MS;
background: #000000 url(back_all.jpg) no-repeat center top;
}
h1 {
margin: 20px 0 0 35px;
font: 21px Trebuchet MS;
font-weight: bold;
text-align: right;
color: #ffffff;
}
#header {
width: 642px;
height: 100px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 0px 20px 0px;
background: url(3.png) no-repeat right bottom;
float: left;
}
#top {
background: url(top.png) no-repeat;
height: 10px;
margin-top: 5px;
width: 642px;
float: left;
}
#content {
width: 612px;
margin: 0 auto;
background: #ffffff url(back.gif) repeat-y top;
border-top: none;
padding: 10px 15px 10px 15px;
text-align: justify;
font-size: 15px;
color: #222222;
float: left;
}
#content H2 {
margin-bottom: 0px;
background: url(h2.gif) no-repeat;
height: 33px;
padding-top: 10px;
padding-left: 15px;
width: 400px;
font-size: 14px;
text-align: left;
color: #ffffff;
}
#box {
width: 615px;
background: url(intro_text_box.gif) no-repeat;
height: 200px;
color: #ffffff;
font-size: 14px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
}
#box ul {
width: 600px;
margin-left: -25px;
}
#bottom {
background: url(bottom.gif) no-repeat;
height: 19px;
width: 642px;
float: left;
}
#footer {
width: 642px;
height: 25px;
margin-top: 10px;
padding: 10px 0 0 0;
background: url(menu.png) no-repeat;
float: left;
}
#footer span {
margin: 10px 0 0 30px;
text-align: center;
font-size: 13px;
color: #ffffff;
}
#footer a {
color: #f58103;
}