@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
    min-width: 1024px;
	background-color:#000000;
}
html {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#flashProxy {
	width: 1100px;
	background-image:url(images/BG.jpg);
	height: 700px;
	position:absolute;
	z-index:5;
	filter:alpha(opacity=25);
	opacity:.25;
	top: -11px;
	
	}

#flashMovie {
	width: 1100px;
	height: 600px;
	position:absolute;
	top:0px;
	z-index:10;
	}
	
