*{
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	text-decoration: none;
	color: white;
}
	
.body { background-color: #404040;
		background-image: url(bg_pattern.png);		
		width:100%;
		height: 100%;
}
	
.wrap {
	height: auto; 
	min-height: 100%;
	margin-top: 50px;
	
}

#main{
	width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
//	padding-bottom: 150px;
	position: relative;
}

#vulDiv{
	height: 500px;
}

.content{
	background-color: orange;
	width: 600px;
	padding: 20px;
	font-size: 12px;
	font-weight: 100;
	text-align: justify;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-color: black;
	border-style: solid;
}

.menu{ 
	background-color: orange;
	width: 125px;
	height: 400px;
	text-align: center;
	padding-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	float: right;
	border-color: black;
	border-style: solid;
}

a:link {color: white}
a:visited {color: white}
a:hover {color: black}
a:active {color: black}



/*#footer {
	position: relative;
	margin-top: -150px; 
	height: 150px;
	clear:both;
	background-color: black;
} 

CLEAR FIX
#clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#clearfix {display: inline-block;}
ides from IE-mac 
* html #clearfix { height: 1%;}
#clearfix {display: block;}
End hide from IE-mac*/