body {
	background-color: black;
	font-family: "Myriad Pro",Tahoma;
}

.vs {
	display: block;
	background-color: #111111;
	color: #EEEEEE;
	border: dashed 2px #333333;
	padding: 5px 5px 5px 5px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	margin-top: 180px;
	text-align: center;
}

.menu {
	display: block;
	background-color: #111111;
	color: #EEEEEE;
	border: dashed 2px #333333;
	padding: 5px 5px 5px 5px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	margin-top: 100px;
	text-align: center;
line-height: 20px;
vertical-align: middle;
line-height: auto;
}

.view {
	background-color: #111111;
	border: dashed 2px #333333;
	padding: 25px 5px 5px 5px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	width: 80%;
max-width: 90%;
	margin-top: 230px;
	text-align: center;
overflow:auto;
}

.icont {
		overflow: auto;
		padding: 1px 1px 1px 1px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

hr {
	color: #acc0d6;
	height: 0px;
	border: none;
	border-top: 1px solid #acc0d6;
}

.nwlab, .rss {
display: table-cell;
vertical-align: middle;
padding: 0 30px;
/*position:fixed;
	right: 10px;
	bottom: 10px;*/
}

.logo {
position: absolute;
left: 50%;
margin-left: -100px;
top: 20px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #3988c3;
}

a:hover {
	color: #cc0000;
}