body { background-color: #333333; background-image: url(../images/back.gif); }

#main {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 760px;
	height: 420px;
	margin: 0px auto;
	}

#flashcontent 
{
	border: solid 1px #000;
	width: 760px;
	height: 420px;
}

