body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	overflow-x: hidden;
	overflow-y: auto;
}


#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:880px;
	height:640px;
	background: #fff;
}

.tallbox {
	position: absolute;
	width:140px;
	height:215px;
}

.squarebox {
	position: absolute;
	width:140px;
	height:140px;
}

.widebox {
	position: absolute;
	width:210px;
	height:140px;
}

.herobox {
	position: absolute;
	width:430px;
	height:290px;
}

.logobox {
	position:absolute;top:0px;left:300px;
	width:280px;
	height:140px;
	text-align:center;
}

.bottombox {
	position:absolute;top:600px;left:0px;
	width:880px;
	height:40px;
	text-align:center;
}


  
 
@font-face {
    font-family: 'CourierNew';
    src: url('couriernew-webfont.eot');
    src: url('couriernew-webfont.eot?#iefix') format('embedded-opentype'),
         url('couriernew-webfont.woff') format('woff'),
         url('couriernew-webfont.ttf') format('truetype'),
         url('couriernew-webfont.svg#CourierNewRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
  
  

img {
	vertical-align: top;
}


.copy {
	font-family:CourierNew,times,serif;
	font-size:.8em;
	text-align:center;
	color:rgb(102,102,102);
	font-weight:normal;
	line-height:1.25em;
}

a:link {color:#666666;text-decoration:none;}    
a:visited {color:#666666;text-decoration:none;} 
a:hover {color:#dddddd;text-decoration:none;}
a:active {color:#666666;text-decoration:none;}



.popBack
{
   position:absolute; left:0px; width:870px; height:624px;
   background-color:white;
   	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
   padding:5px;
   z-index:2;
}
.popFore
{
   position:absolute; left:210px; width:464px; height:600px;
   background-color:#333;
   padding:5px;
   z-index:3;
}