/* CSS Document */
body {
		margin: 0px;
		background-color: black;
		font-family: arial;
		color: #CECFCD;
}
table {
		width: 100%;
		height:100%;
		vertical-align: middle;		
}
#container {
		position: relative;
		width: 770px;
		height: 550px;
		font-size: 14px;
		background-image: url(../images/baggrund_2xx.jpg);
}
#menu {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 338px;
		height: 30px;
		word-spacing: 20px;
}
#bronze {
		position: absolute;
		top: 150px;
		left: 180px;
}
#ronan {
		position: absolute;
		top: 250px;
		left: 185px;
}
#komind {
		position: absolute;
		top: 320px;
		left: 355px;
}
#signatur {
		position: absolute;
		bottom: 0px;
		right: 7px;
		width: 250px;
		height: 19px;
}
a {
		color: #A77045;
		text-decoration: none;
}
a:hover {
		color: #CECFCD;
}

