body {
	background: #383939;
	font-family: "Trebuchet MS",Helvetica,Arial;
}

#SUN-ADVERTISING {
	position: absolute;
	height: 21px;
	left: 5px;
	bottom: 5px;
	width: 115px;
}

a:hover {
	color: #5bd140;
}

/* @LAYOUT */
.main_container {
	width: 850px;
	height: 700px;
}

.view_container {
	width: 700px;
	height: 700px;
	background: #000;
	text-align: left;
}

.menu_container {
	display: inline-block;
}
/* @END */

/* @MENU */ 
.menu {
	padding-top: 50px;
	text-align: right;
}

.menu .item {
	display: inline-block;
	background: #3c7285;
	padding: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #9c9c9c;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.menu .item:hover {
	color: #fff;
	background: #d14040;
}

.menu .item.active {
	color: #fff;
	background: #40aad1;
	font-weight: bold;
}
/* @END */
