html, body {
	margin: 0;
	padding: 0;
	height:100%;
	background: #f5f5f5 url(bakgrund.gif) repeat-y 50% 0;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 795px;
	min-height: 100%;
}
div, input, select, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #505050;
}
div.a {
	font-weight: bold;
	color: #0167B1;
}
div.a:hover {
	color: #74ABD3;
}