/*<![CDATA[*/ 
 
/* Styles for centering the Flash file Top/Bottom/Left/Right */ 
 
html, body, table { 
    min-height: 100%; 
    width: 100%; 
    height: 100%; 
    } 
 
body { 
    margin: 0;
	background-color: #ffffff; 
    } 
	
table { 
    position: absolute; 
    top: 0; 
    left: 0; 
    } 
 
td { 
    height: 100%; 
    } 

/* Outer container for Flash file and sidebar images */
 
#container { 
    position: relative; 
    margin: 0 auto; 
    width: 800px;
	height: 600px;
}



/*]]>*/	

