body {
	font-family:Helvetica;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: #8ee02f url("../images/two_colour.png") repeat-x;
	background-color:#8ee02f;
}

.contentContainer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:5;
}

.content {
	width:900px;
	height:100%;
	margin: 70px auto auto;
}

.logo {
	position:absolute;
	top:10px;
	left:10px;
}

.new_version {
	float:right;
	clear:both;
	margin-right:-33px;
	margin-top:-360px;
}

.title {
	font-weight:bold;
	font-size:1.9em;
	color:#00a7db;
	float:right	;
}

.description {
	width: 662px;
	float:right;
	margin-top:35px;
	line-height:25px;
	color:#4d4d4d;
}

.new_features {
	width: 662px;
	float:right;
	line-height:25px;
	color:#4d4d4d;
	display:none;
	margin-top:20px;
}

.new_features ul {
	margin-top:0;
	font-size:0.9em;
	line-height:normal;
}

.menu_container {
	clear:both;
	float:left;
	margin-left:50px;
	padding-top:50px;
	width:355px;
}

.menu_item:hover, .menu_item a, .menu_item a:visited, .menu_item a:active {
	color:#fff;
}

.menu_container a {
	color:#4d4d4d;
	text-decoration:none;
}

.menu_item {
	clear:right;
	float:right;
	padding-right:40px;
} 

.menu_item:hover, .menu_item:hover a, .menu_item:hover a:visited, .menu_item:hover a:active {
	background-color:#00a7db;
	color:#fff;
}

.menu_text {
	margin-right:20px;
}

.pageFrame {
	margin-top:40px;
	float:right;
	width:480px;
	border: #00a7db 5px solid;
	height:320px;
	margin-right:5px;
}

.main {
	position:absolute;
	background: url("../images/background.png") no-repeat scroll center top;
	height:100%;
	width:100%;
}

.xtreme {
	font-weight:bold;
	text-decoration:none;
	color:#00a7db;
}

.assets {
	display:none;
}