* {
	margin:0;
	padding:0;
	list-style:none;
	border:0px;
}

body {
	background-color:#000;
	color:#000;
	background-repeat:repeat-y; 
	background-attachment:fixed;
	background-position: top center;
}

.signup_right {
	display:none;
}

.middlestrip {
    position:absolute;
	left: 0px;
	top: 50%;
	margin-top: -233px;
	background-color: #ffffff;
	width: 100%;
	height: 466px;	
}

.logo {
	width:265px;
	height:48px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.menu {
	position:absolute;
	width:auto;
	height:auto;
	top:50%;
	margin-top:-60px;
	margin-left:5px;
}

.menu_list {
	padding-right:5px;
	border-right:1px solid #000;
}

.menu li {
	height:17px;
}

.menu li.submenu {
	padding-left:30px;
}

.menu li.submenu_begin {
	height:5px;
}

.menu li.submenu_end {
	height:5px;
}
	
.content {
    width:auto;
    float:left;
	height:466px;
	margin-left:2px;
}

.newsletter_link {
	margin-top:10px;
}

.coming_soon {
	position:absolute;
	width:282px;
	height:175px;
	left:50%;
	margin-left:-141px;
	top:50%;
	margin-top:-87px;
}

.static_content p {
	margin:10px;
}
