@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	text-align:left;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif;
}	

#wrapper {
	background-image:url(oldpaper.jpg);
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
	height: 630px;
	width: 950px;
	border: 1px solid #000;
}

#header {
	margin-top:25px;
	margin-bottom:20px;
	text-align:center;
	/*border: 1px solid #fff;*/
}

#meny {
	float:left;
	width: 230px;
	height:auto;
	/*border: 1px solid #FF0;*/
}

#bilde {
	/*border: 1px solid #F0F;*/
	float:left;
	width:300px;
	height:auto;
	text-align:center;
	font-size:12px;
	box-shadow: 3px 3px 4px 3px #000;
	margin-right:15px;
}

#tekst {
	/*border: 1px solid  #3F0;*/
	float:left;
	width:360px;
	height:auto;
	font-size:16px;
}
#hjemknapp {
	margin-left:40px;
	margin-right: 50px;
	margin-top:50px;
	/*border: 1px solid  #3F0;*/
	height:55px;
	width:55px;
	position:absolute;
}

	