#home {
	border:0; 
	margin:0;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#000000;
}

#flashcontent {
	position:absolute; 
	top:50%; 
	left: 50%; 
	height:480px; 
	margin-top: -240px; 
	margin-left: -500px;
}

