
body {
background-color:#eee;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
margin-top: 50px;
}
#header {
width:660px;
}
#header img {
border:none;
}
#box {
width:660px;
height:500px;
top:50%;
left:50%;
}
#top {
width:660px;
height:16px;
background-image:url(images/bgtop.jpg);
background-repeat:no-repeat;
}
#middle {
width:660px;
height:499px;
background-image:url(images/bgbody.jpg);
}
#bottom {
width:660px;
height:14px;
background-image:url(images/bgbottom.jpg);
background-repeat:no-repeat;
}
#main_img {
width:630px;
height:425px;
background-image:url(images/main_img.jpg);
background-repeat:no-repeat;
margin:0 auto;
}
#main_text {
width:630px;
height:72px;
background-color:#7e200d;
margin:0 auto;
}
#main_text p {
margin:0;
padding:0;
}
#main_text p a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
#welcome {
width:600px;
margin:0 auto;
padding: 15px 0;
text-align:left;
}
#main_text h2 {
margin:0;
padding:0;
color:#fbab35;
font-size:12px;
font-weight:bold;
}
#footer {
text-align:left;
color:#333;
clear:both;
padding-left:30px;
}
#footer a{
font-weight:bold;
text-decoration:none;
color:#404040;
}
#footer a:hover{
text-decoration:none;
color:#9a260f;
}
