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

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/body-background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#002B68;
}

div#wrapper {
	width:600px;
	margin:50px auto 0px auto;
}

div#wrapper div#flash-container {
	width:650px;
	height:450px;
	margin:0px auto;
	padding-top:25px;
	background-image:url(../images/intro-flash-container.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}
