body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: Georgia, Garamond, serif;
    color: #fff;
    font-size: 11px;
    line-height: 1.4em;
}   

#front {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -402px;
    width: 804px;
    /*margin: 0 auto 0 auto;*/
}

#banners {
    position: absolute;
    left: 50%;
    top: 114px;
    margin-left: 416px;
    width: 140px; 
    height: 350px;
    background: #111;
}

#header {
    height: 367px;
    background: url(../img/front_cover.jpg) top center no-repeat;
}

#links-l {
    float: left;
    width: 254px;
    border-top: 1px solid #262626;
    text-align: right;
}
#links-r {
    float: left;
    width: 254px;
    border-top: 1px solid #262626;
    margin-left: 20px;
}

#header h1 {
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

#enter {
    float: left;
    width: 254px;
    height: 94px;
    margin-left: 20px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    background: url(../img/bg_front_enter.jpg) no-repeat;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

a img {
    border: 0;
}   

p {
    margin: 0;
    padding: 0;
}

#links-r p {
    padding-bottom: 1px;
}


.links {
    margin-top: 10px;
    color: #cc0000;
    text-transform: uppercase;
    padding: 0px 6px 0px 6px;
}

#enter div {
    margin-top: 63px;
    margin-left: 55px;
}

#enter div a {
    margin-right: 11px;
}

#rac {
    clear: both;
    text-align: center;
    padding-top: 1.5em;    
}

#foot {
    padding-top: 2.5em;      
    clear: both;      
    margin-left: 50px;
}

#moipal-en {
    float: left;
    width: 101px;   
    height: 150px;
    margin-right: 25px;
}
#moipal-fi {
    float: left;
    width: 101px;   
    height: 150px;
}

#racl {
    float: left;
    width: 455px;   
    margin-right: 15px;
}

#ractxt {
    width: 445px; 
    margin: 2px auto 0 auto; 
    text-align: center;   
}

/* Clear floated elements */
.floatcontainer:after { 
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0; 
    clear: both; 
    visibility:hidden; 
} 
.floatcontainer {
    display: inline-block;
} 
/* Hides from IE Mac \*/ 
* html .floatcontainer {
    height: 1%;
} 
.floatcontainer {
    display:block;
} 
/* End Hack */ 
