html, body {
	height:100%;
	}

body {
	overflow: hidden;
	}

.site_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	border: 0px solid #ff0000;
	background-image: url("/pictures/bg/flashblocker.gif");
	}
	
.falsh_back {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border: 1px solid #ff0000;
	}
	
.MEM_menu_holder {
	position: absolute;
	overflow: hiddden;
	top: 10px;
	left: 2.5%;
	width: 95%;
	height: 75px;
	border: 0px solid #FF0000;
	text-align: right;
	}
	
.MEM_menu_item {
	vertical-align: middle;
	}
	
.overstreg {
	position: absolute;
	top: 100px;
	left: 2.5%;
	width: 95%;
	height: 4px;
	background-color: #FFF;
	}
	
.content_holder {
	position: absolute;
	bottom: 135px;
	left: 2.5%;
	width: 95%;
	height: 445px;
	background-image: URL("/pictures/bg/contentback.png");
	}
	
.logo_holder {
	position: absolute;
	bottom: 0px;
	left: 2.5%;
	width: 95%;
	margin: 0 auto;
	}
	
.logo {
	margin-bottom: 0px;
	}
	

	
