html,body,#pic,#pic table,#pic td,#container{
width:100%;
height:100%;
overflow:hidden;
}

body{
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
cursor:default;
}
a, a:link, a:visited, a:hover, a:active {
font-family: Arial,Helvetica,sans-serif; 
font-weight: normal; 
font-size: 12px; 
text-transform:none; 
text-decoration:none; 
color: #000000;
border:0px;
margin:0px;
padding:0px;
}


a.text, a.text:link, a.text:visited, a.text:active {
font-family: Arial,Helvetica,sans-serif; 
font-weight: normal; 
font-size: 12px; 
text-transform:none; 
text-decoration:none; 
color: #656565;
background-color:transparent;
}
a.text:hover{
border-bottom:1px dotted #656565;
}

#container{
position:absolute;
top:0;
left:0;
z-index:100;
overflow:auto;
}
#header{
position:absolute;
top:0px;
left:0px;
width:100%;
min-width:770px;
height:80px;
background-color: #ffffff;
}

#content{
margin:0px;
padding:0px;
padding-bottom:20px;
margin-left:40px;
margin-top:119px;
min-width:770px;
}

#whitebox{
margin:0px;
padding:0px;
float:right;
width:208px;
background-color: #ffffff;
font-size:12px;
line-height:16px;
margin-right:16px;
}
#whitebox p{
margin:0px;
padding:0px;
padding-left:25px;
padding-bottom:30px;
}

#pic div{
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
}

#pic td{
vertical-align:middle;
text-align:center;
}

#pic img{
min-height:50%;
min-width:50%;
margin:0 auto;
}

.clear{
font-size:0px;
clear:both;
}