body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
}

#wrap{
	background-image: none;
	width: 700px;
}

#sidebar,#footer,#logo{
display: none;
}

a {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FFFFFF;
}

#header {
	width:700px;
	height: 115px;
	text-align: left;
	margin-top: 20px;
	float: left;
    }
	
#headertekst {
	font-size:30px;
	line-height:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.2em;
	width: 700px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#main{
	border: none;
	width: 650px;
}

