html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,helvetica,sans-serif;
	text-align: center;
	font-size: 12px;
}

h2 {
	display: block;
	margin: 0px 0;
	font-size: 30px;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.05), 1px 1px 0px #fff;
	color: #41474a;
	font-weight: normal;
	text-align:center;
}

a, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

:focus{
	outline: none;
} 

#container {
	width: 1000px;
	margin: 0em auto;
	text-align: center;
}

#header{
	width:1000px;
	border:0px solid #ebebee;
	border-bottom:0px solid #ddd;
	background-image: url('vbody.png');		
}



#content{
	padding:0px;
	border:0px solid #e8e8e8;
	border-bottom:3px solid #e8e8e8;
	border-top: none;
	border-radius:4px;	
	background:#ffffff;	
	margin:0px 0;
}