
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
	text-align: center;

	overflow-x: auto;
	overflow-y: auto;
	
	font-family:Arial, Helvetica, sans-serif;
	
	background-image:url(../pics/verleng.jpg);
	background-repeat:repeat-x;
}

html {
	height: 100%;
	width:100%;
	overflow: hidden;
}

html body {
	background-color:#e5e5e5;
}

#content {
	margin: 0 auto;
	height:625px;
	width:998px;
	border:0;
	background-image:url(../pics/main.jpg);
	background-repeat:no-repeat;	
}

