/* Centering Flash page*/
body { 
margin:0; 
background-image: url(images/mud.jpg);
background-position: top left;
background-repeat: repeat;
} 
#center { 
position:absolute; 
top:100px; /* for IEmac */ 
left:0; 
} 
/* Hide from IEmac \*/ 
#center { 
top:50%; 
width:100%; 
margin-top:-225px; 
text-align:center; 
min-width:780px; 
} 
/* End hide from IEmac */ 
#main { 
width:780px; 
height:450px; 
margin:0 auto; 
text-align:left; 
}




