body {  
  margin: 0px;
  text-align: center;
	background-image:url(img/tangobag.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-color:#B0001F;
}

#opslag {
  position: relative;
  text-align: left;
  background-color: transparent;
  background-image: url(img/tangobag4.jpg);
  background-repeat: repeat-y;
  width: 800px;
  height: 620px;
  border-left: 4px groove gold;
	border-right: 4px groove gold;
	border-bottom: 4px groove gold;
	margin-left: auto;
  margin-right: auto;
  }

#nyt {
	position:absolute;
	width:160px;
	top:80px;
	left:222px;
  padding:5px;
  color: #000088;
  background:#FFF1AA;
}
#nyt1 {
	position:absolute;
	width:160px;
	top:108px;
	left:240px;
  padding:5px;
  color: #000088;
  background:#FFF1AA;
}
#nyt2 {
	position:absolute;
	width:150px;
	top:112px;
	right:15px;
  padding:5px;
  color: #000088;
  background:#FFF1BB;
}
#nyt3 {
	position:absolute;
	width:150px;
	top:60px;
	left:224px;
  padding:5px;
  color: #000088;
  background:#FFF1BB;
}

#logo { position: absolute;
top: 14px;
left: 15px; }

#logohy { position: absolute;
top: 14px;
left: 147px; }

#overskrift { position: absolute;
top: 20px;
left: 350px;
width: 400px;
	border: 2px groove gold;
margin-left: 15px;
margin-right: 15px;
padding: 5px;
text-align: center; }

#indhold { position: absolute;
top: 130px;
left: 274px;
width: 510px;
color: #002040;
text-align: center; }

#menu { position: absolute;
top: 160px;
left: 140px; }

#info { position: absolute;
top: 440px;
left: 140px;
width: 125px;
text-align: center; }

#wmnavn { position: absolute;
top: 570px;
left: 34px; }

#input { float: left;
text-align: left; }

.frem {
  color: #ff2040;
  display: block; 
  border-left: 2px groove gold;
  border-top: 2px groove gold;}



