body {
    color:#fff;
    background-color:#000;
    font-size: 12px;
    font-family: Verdana, Arial;
}
div {

    border: 0px solid white;
}


.content {
    position: relative; 
    top: 0; 
    z-index: 2;

}

.stat{
    display: block; 
    position: absolute; 
    left: 250px; 
    top: 250px; 
    overflow: hidden; 
    width: 2px; 
    height: 2px; 
    z-index: 1;
}

.popBackgroundBox {

    display: none;

    width: 100%; 
    height: 100%; 
    color: white; 
    background-color: #000; 
    z-index: 99; 
    position: absolute; 
    top: 0; 
    left: 0;
    
    filter: alpha(opacity=60); /* MSIE/PC */
    -moz-opacity: 0.6; /* Mozilla 1.6 and older */
    opacity: 0.6;    
}

/*      POPUP BOX       */
/************************/

.popBox {

    display: none;

    width: 700px; 
    height: 400px;
    
    background: url(images/popup_01.jpg);
    
    z-index: 100; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    
    margin: -210px 0 0 -350px;
    
}

#flash_banner {
    width: 780px;
    margin: 0 auto;
    
    position: relative; 
    top: 0;     
    z-index: 0;

}
#flash {
    width: 780px;
    margin: 0 auto;
    
    position: relative; 
    top: 0;     
    z-index: 0;

}

#okl_01, #okl_02, #okl_03, #okl_04, #okl_05 {

    position: absolute;
    
}
#okl_02, #okl_03, #okl_04, #okl_05 {

    position: absolute;
    top: 95px;
}

#okl_01 {
    left: 23px;
    top: 213px;
}
#okl_02 {
    left: -32px;
}
#okl_03 {
    left: 75px;
}
#okl_04 {
    left: 179px;
}
#okl_05 {
    left: 278px;
}

/*  ALTERNATIVE     */
#okl_02, #okl_03, #okl_04, #okl_05 {

    position: absolute;
    top: 30px;
}
#okl_01 {
    left: 23px;
    top: 253px;  
}
#okl_02 {
    left: 220px;
}
#okl_03 {
    left: 310px;
}
#okl_04 {
    left: 400px;
}
#okl_05 {
    left: 490px;
}

#top_content{

    height: 260px;
    padding: 20px 0 0 0;
}
#top_content p{

    margin: 10px 30px;
    padding: 10px;
}
.red {
    color: red;
}
#cnt_left, #cnt_right{
   float: left;
}
#cnt_left{
    width: 220px;
    padding-top: 60px;
    padding-left: 10px;
    
    font-size: 10px;
}

#cnt_right{
    width: 460px;
}

#btm_content{
    position: relative;
    right: 10px;

}

form {
    float: right;
    text-align: right;
}
input{


    border: 1px solid #000;
    color: #EF5D0E;
    background-color: #fff;
    margin: 0 10px;
    font-weight: bold;
    
    padding: 2px 5px; 
}
a {
    color: #fff;
    text-decoration: none;
}

#close {
    position: absolute;
    right: 5px;
    top: 5px;
}


h2#title{
    font-size: 14px;
    font-weight: bold;
}