div#frame {
width: 100%; 
height: 100%;
position:relative; 
vertical-align:middle;
}

div#siteContainer {
width: 970px;
height: 700px;
position:relative;
text-align:center;
vertical-align:middle;
border: 1px solid #ffffff;
background-repeat:no-repeat;
/* background-color: #ffffff; */
overflow:hidden;
}

div#mask {
width:450px;
height:350px;
position:center;
padding: 7px;
overflow:auto;
float:left;
text-align:justify;
font-family:"Trebuchet MS";
font-size:12px;
}

div#mask2 {
width:500px;
height:360px;
position:relative;
padding: 7px;
overflow:auto;
float:center;
text-align:left;
font-family:"Trebuchet MS";
font-size:13px;
}

div#mask3 {
width:800px;
height:500px;
position:relative;
padding-left: 50px;
overflow:auto;
float:center;
text-align:left;
font-family:"Verdana";
font-size:13px;
}


div#textAreaFull {
width:695px;
height:430px;
position:relative;
background-color: #ffffff;
float:left;
font-family:"Trebuchet MS", sans-serif;
font-size:12px;
color:#666666;
text-align:justify;
padding-left:30px;
padding-right:10px;
padding-top:30px;
}

div#maskFull {
width:958px;
height:687px;
position:relative;
background-color: #ffffff;
overflow:auto;
float:left;
}


div#imageArea {
width:200px;
height:460px;
position:relative;
background-color: #ece4d5;
float:left;
overflow:auto;
background-image:url(../images/imgBg.png);
background-repeat:repeat-y;
}

div#imageArea a {
position:relative;
background-color: #ece4d5;
background-image:url(../images/imgBg.png);
background-repeat:repeat-y;
float:left;
padding-top: 30px;
padding-left:25px;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: white;}