/* CSS Document */

html, body {
background-color: #A4C6D7;

scrollbar-base-color:#FFFFFF;
scrollbar-darkshadow-color:#999999;
scrollbar-shadow-color:#DDDDDD;
scrollbar-3dlight-color:#EEEEEE;
scrollbar-highlight-color:#FFFFFF;
scrollbar-arrow-color:#757575;
scrollbar-track-color:#F8FAF9;
scrollbar-face-color:#CCCCCC;

margin: 0;
padding: 0; 

min-width: 985px;
width: auto !important;
width: 100%;

height: 100%;
min-height: 748px;

position: relative; 
}

#frame_intro_frame {
/* border: 1px solid #000000; */
background-color: #dcf1fa;
width: 942px;
height: 748px;
position: absolute;
top: 20px;
/* margin-top: -356px;  */
left: 50%;
margin-left: -471px; 
}

#frame_intro {
/* border: 1px solid #000000; */
background-color: #dcf1fa;
width: 790px;
height: 576px;
position: absolute;
top: 50%;
margin-top: -288px; 
left: 50%;
margin-left: -395px; 
}
