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

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#ffffff; /* page color */
		text-align:center; /* horizontal centering for IE5 Win quirks */
		background-image:url(Media/bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		}

	#wrapper {
		margin:0 auto;
		display: block;
		position:relative; 
		text-align:left;
		height:1000px; /* Height of centered container */
		width:2000px; /* Width of centered container */
		left: 50%;
		margin-left: -1000px;
		background-image:url(Media/sky5.jpg);
		background-repeat: repeat-x;
	
		}
		
	



/*html {
height: 100%;
overflow: inherit;
}

* {
margin: 0;
border: 0;
padding: 0;
}


body {
background-color:#ffffff;

}



#wrapper {
position: relative;
margin: 0px auto;
width: 2000px;
height: 1000px;
top:0px;
left:0px;
text-align:center;
overflow: hidden;

}

#flash_wrapper {
position: absolute;
    margin-left: -250px;
    top: -200px;
    left: 50%;
    width: 500px;
    height: 400px;
}