h3 {
	color: #FF0022;
	text-align: center;
	font-size: 12px;
}

h2 {
	color: #000000;
	fint-size: 20px;
	text-align: center;
}

div.spil {
	width: 180px;
	height: 200px;
	border: 2px solid green;
	background-color: #111111;
}

#menu {
	height: 90%;
	width: 200px;
	border: 3px solid black;
	background: url(menubg.jpg);
	position: absolute;	
	top: 50px;
	left: 50px;
}

#dr {
	position: absolute;	
	top: 50px;
	right: 10px;
}

#img {
	position: absolute;	
	top: 100px;
	left: 30%;
}

#maindiv {
	position: absolute;
	top: 25%;
	left: 300px;
	width: 50%;
	height: 70%;
}

#lillegame {
	visibility: collapse;
}

#lillespil {
	visibility: collapse;
}

a {
	letter-spacing: 0px;
	color: #FF0000;
	text-decoration: none;
}

a.menu {
	letter-spacing: 2px;
	font-size: 25px;
	margin: 10px;
}

a.undermenu {
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	margin: 20px;
}

a:hover {
	background-color: #8686FF;
}

a:visited {
	color: #FF0000;
}

#main {
	position: absolute;
	left: 350px;
	top: 120px;
	height: 500px;
	width: 1000px;
}