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

* {
	margin:0;
	padding:0;
}


body {
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
}

img {
	border :none;
}

#flashShell {
	background-color:#fff;
	width:780px;
	height:420px;
}

#wrapper {
	background-color:#fff;
	width:780px;
	height:420px;
	margin:-220px 0 0 -400px;
	top:50%;
	position:absolute;
	left:50%;
	padding:10px;
}

h1, h2, h3, h4, p {
	padding:10px;
}
