@charset "utf-8";

html, body, #index {
    height: 100%;
    overflow: hidden;
}
body {
    background: #000000;
    margin: 0;                
}



#floater {
    display: none !important;
}

#flash_cont {
    display: block;
    width: 766px;
    height: 700px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
	overflow: hidden;
}

.AllCont #header {
    height: 20px !important;
}

#footer {
    display: none;
}

#page_wrapper {
    position:absolute;
    top: 200px;
    left: 291px;
    width: 415px;
    height: 380px;
    z-index: 100;
}


#page_host {
    display: none;
}

.clear {
    float: none;
    clear: both;
}

#index {
	margin-top: -20px;
}

#page_wrapper .content a,#page_wrapper .content a:link,#page_wrapper .content a:visited,#page_wrapper .content a:active {
	font-family:  Tahoma, Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: normal;
    text-decoration: none;
    color:#339599;
    white-space:nowrap;
}
#page_wrapper .content a:hover {
    color:#1EC6CC;
    
}
#page_wrapper .content a { outline:none; } 
#page_wrapper .content a { background:transparent url(../imgs/a-bg.png) no-repeat -81px bottom; }

