html { height: 100%;}

body {
	background-color:#FFFFFF;
	font: 12px Verdana,sans-serif;
	line-height: 130%;
	color: #5f5f5f;
}

div.main{
	width: 517px;
	background-image: url(../bilder/body.jpg);
	margin: 0 auto;
	height: 348px;
	margin-top: 13%;
}
div.main div.text{
	width: 450px;
	padding: 170px 0px 0px 35px;
}
div.main div.text a{
	color: #000000;
	text-decoration: underline;
}
div.main div.text strong{
	font-weight: bold;
}

