body {
	background: #211f2a;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url('gfx/bg.png');
	background-position: top center;
	background-repeat: repeat-y;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#main {
	width: 825px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#top {
	position: relative;
	width: 825px;
	height: 319px;

	background-image: url('gfx/bg-top.png');
	background-repeat: repeat-y;
}

#menu {
	position: absolute;
	top: 50px;
	left: 34px;
	width: 178px;
	height: 308px;
}

#logo {
	margin-left: 184px;
}

#bottom {
	width: 825px;
	background-repeat: repeat-y;

}


#content {
	position: relative;
	left: 53px;
	top: 5px;
	width: 544px;
	color: white;
	text-align: justify;
}

#sponsoring {
	float: right;
	left: 605px;
	width: 176px;
	margin-right: 22px;
	background-image: url('gfx/bg-sponsor.png');
}

html>body #sponsoring {
	margin-right: 44px;
}

#sponsoring img {
	margin: 15px 0px 15px 0px;
}

#content>a {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: white;
}

a.visited {
	color: #cccccc;
}

h1 {
	margin-bottom: 5px;
}

dd {
        margin-bottom: 10px;
}
