html { 
	width: 100%; 
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 600px;
	text-align: center;
	font-size: 14px;
	background-color:#989898;
	background-image:url(images/vimyspalsh2.jpg);
	background-repeat:repeat-x;
}

#wrap {  
	min-width: 800px;
	clear:both;
	padding : 0;
	width: 100%;
}

#container {
	width:909px;
	clear:both;
	margin: 0 auto;
	height:803px;
}
