/* CSS Document */

body {
background:#330000;
margin:0;
padding:0;
top:0;
}
a {
outline:none;
}
img {
border:none;
}
.container {
clear:both;
width:840px;
margin:0 auto;
background:#000000;
    overflow: hidden;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .container {
    height: 1em;
    overflow: visible;
}
/**/
.index-container {
width:800px;
margin:0 20px;
    overflow: hidden;
}

.index-container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .index-container {
    height: 1em;
    overflow: visible;
}
/**/

.under-container {
clear:both;
position:relative;
width:800px;
margin:0 20px;
background:#FFFFFF;
overflow:auto;
}
.under-container h1 {
width:800px;
height:83px;
margin:0;
padding:0;
background:url(../img/base/header-under.jpg) no-repeat center top;
text-indent:-9999em;
font-size:16px;
color:#66FF00;
line-height:100%;
}
.under-container h1 a {
width:800px;
height:83px;
margin:0;
padding:0;
background:url(../img/base/header-under.jpg) no-repeat center top;
text-indent:-9999em;
font-size:16px;
color:#66FF00;
line-height:100%;
text-decoration:none;
display:block;
}
.colorbar {
width:840px;
height:5px;
margin:0 auto;
padding:0;
background:url(../img/base/colorbar.jpg) no-repeat center top;
display:block;
}
p.footer {
clear:both;
width:840px;
height:24px;
margin:0 0 2px 0;
padding:0;
background:url(../img/base/footer.jpg) no-repeat left center;
text-indent:-9999em;
font-size:12px;
color:#66FF00;
line-height:100%;
}

