html, body { height: 100%; }

body {	
	background: #fff;	 	
	FONT-FAMILY:arial ;
	font-size: 12px;
	line-height:20px;
	color:#4d4d4d;
	width:100%;
	height:100%;
}
img{
	max-width:100% !important;
	height:auto !important;
}
#vnt-wrapper {
	width:100%;
	min-height:100%;
	background:#fff;
}