html, body {
	width:100%;
	height:100%;
	background-color:#f7f7f7;
	margin:0px;
	padding:0px;
}

#wrapper {
	#position:relative;
	height:100%;
	width:100%;
	display:table;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#heightfix {
	#position:absolute;
	#top:50%;
	display: table-cell; 
	vertical-align: middle;
}

#content {	
	
 	#position: relative; 
	#top:-50%;

	width:965px;
	height:566px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../gfx/bg_shade.gif);
	background-repeat:repeat-y;
	padding:0px;
}

#top {
	width:965px;
	height:7px;
	background-image:url(../gfx/top_shade.gif);
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

#middle {
	width:933px;
	height:534px;
	background-color:#FFFFFF;
	padding:9px;
	margin-left:7px;
}

#flashcontent {
}

#bottom {
	width:965px;
	height:8px;
	background-image:url(../gfx/bottom_shade.gif);
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	padding:0px;
	margin:0px;
}