* { padding: 0px; margin: 0px; }

body {
	background: url('back.jpg') #270000 repeat-x fixed;
	
	font-family: Verdana;
	font-size: 14px;
	margin: auto;
}


#container {
/*	max-width: 962px;
	min-width: 716px; */
	width: 602px;
	height: 600px;
/*	background-position: top right; */
	background-repeat: no-repeat;
	position: absolute;
	left:-100px;
	top: 30px;
	margin-top: 10px;
	padding-left: 246px;
}

#logo h1 { display: none;}

#spelar {
	width: 95px;
/*	height: 24px; */
/*	background-color: ff30b5; */
	left: 95px;
	top: 283px;
	position: relative;
}
#linkhelvete {
	left: 5px;
	top: 437px;
	width: 461px;
	text-align: center;
	position: relative;
	font-weight: thin;
	color: #fff;
}
#linkhelvete a {
	color: #000;
}
#tekst {
	width: 310px;
	position: absolute;
	top: 130px;
	left: 900px;
}
#tekst h3 { width: 400px; }

.bildeleft { float: left; }
.bilderight { float: right; }

#info * {  padding: 5px; }

#brus {
	display: block;
	float: left;
	width: 128px;
	height: 310px;
	background-image: url('brus.png');
	position: relative;
	top: 50px;
	left: 500px;
	z-index: -2;
}
#toprow {
	display: block;
	float: right;
	width: 649px;
	height: 204px;
	background-image: url('toprow.png');
	position: relative;
	top: -370px;
	left: -50px;
	z-index: -2;
}
#festtekst {
	display: none;
	margin-left: 40px;
	margin-top: 100px;
	margin-right: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#footer {
	display: none;
color: #c4d3a6;
position: absolute;
right: 50px;
bottom: 10px; }
#top {
	text-align: center;
	font-size: 110%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 20px;
	background-color: #000;
	border-bottom: red 2px solid;
	color: #fff;
	z-index:99;
}
#top a { color: #FFF; }