/* CSS for Stern FLV
/*------------------------------------------------------------------------------------*/

body { 
	background:#383838 url("../images/bg-wrap.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}


/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/body-wrap-popup.jpg") repeat-y;
	width:520px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead_interview.jpg);
	height:91px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:220px;
		top:20px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ flash holder framework ------------------------ */
#flash-holder {
	margin:5px 0px 0px 18px;
	height:320px;
	width:480px;
}

/* ------------------------ bottom-footer framework ------------------------ */
/* ------------ must have below footer to clear the float ------------ */
#bottom-footer {
	background:url("../images/bottom-footer-popup.jpg");
	width:520px; /* fix for Safar */
	height:29px;
	clear:both; /* important - do not remove */
	margin:0 auto;
	}

