html,body{
    margin:0;
    padding:0;
    height:100%;
    position: relative;
    background: #000000;
	background-image: url(../images/htmlbg.gif);
	background-repeat:repeat;
}

#flashcontent{
	position: relative;
	left:50%;
	top:50%;
	margin-top:-300px;
	margin-left:-450px;
	width:900px;
	height: 600px;
	
}

#preparation {
	position:relative;
	width:800px;
	height:600px;
	margin-top:-300px;
	margin-left:-400px;
	top:50%;
	left:50%;
	background:url(../images/preparation.jpg) no-repeat #fff;
}

#preparation p {
	position:relative;
	top:60%;
	left:50%;
	margin-left:-100px;
	font-size:30px;
	color:#6A3906;
}