@charset "utf-8";
/* CSS Document */


#imgbox{
width:151px;
margin-left:1px;
}

#imgleft{
width: 300px;
float: left;
font-size: 12px;
}

#imgright{
width: 300px;
float: right;
padding-right:50px;
margin-top: 100px;
}

#imgarccenter{
width: 350px;
top: 100px;
left: 200px;
position:relative;
display:block;
z-index: 2;
color:#000000;
font-weight: bold;
background-color:#FFFFFF;
/****************************************************************************************************************************************
The opacity error is nothing to worry about according to several links found on the web. No need for this to be W3C Validated. 
****************************************************************************************************************************************/
/* for IE */
filter: alpha(opacity=80); 
/* CSS3 standard */
opacity:.80;
}

#imgpage {
width:767px;
margin: auto;
position:absolute;
display: block;
z-index:1;
}

#homeleft {
width:570px;
float:left;
}

#homeright {
width:160px;
float:right;
}
