@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
}

body {
	background-image:	url('../images/bg_body_intro.jpg');
	background-repeat:	repeat-x;
	background-position:center left;	
}


 /* styles for IE 5 Mac */
 #cellPage {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #cellPage {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -275px;
   text-align: center;
   min-width: 990px; 
 }
 /* end IE 5 hack */ 

#cellFlashIntro {
	position: relative;
	text-align: left;
	width: 990px;
	height: 550px;
	margin: 0px auto;
}

