* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	overflow: hidden;
	background: #0b1117 url('../img/background.jpg') no-repeat fixed center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	color: #ffffff;
}

#wrapper {
	position: relative;
	width: 962px;
	height: 628px;
	text-align: left;
}

#header {
	position: absolute;
	width: 962px;
	height: 43px;
	top: 0;
	left: 0;
}

#logo-left {
	position: absolute;
	width: 250px;
	height: 23px;
	top: 5px;
	left: 0;
}

#logo-right {
	position: absolute;
	width: 250px;
	height: 23px;
	top: 5px;
	right: 0;
}

#composer {
	position: absolute;
	height: 12px;
	top: 16px;
	left: 260px;
}

#menu {
	position: absolute;
	width: 500px;
	height: 12px;
	top: 16px;
	right: 0;
	text-align: right;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	float: right;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000000;
}

#content {
	position: absolute;
	width: 962px;
	height: 542px;
	top: 43px;
	left: 0;
}

#footer {
	position: absolute;
	width: 962px;
	height: 43px;
	top: 585px;
	left: 0;
}

#credits {
	position: absolute;
	color: #40474d;
	top: 20px;
	right: 0;
	text-shadow: 0 1px 1px #000000;
}

.hidden {
	display: none;
}

a:link					{ color: #ffffff; text-decoration: none;		}
a:visited				{ color: #ffffff; text-decoration: none;		}
a:active				{ color: #ffab00; text-decoration: none;		}
a:hover, a.active		{ color: #ffab00; text-decoration: none;		}

#credits a:link			{ color: #8b8d90; text-decoration: none;		}
#credits a:visited		{ color: #8b8d90; text-decoration: none;		}
#credits a:active		{ color: #8b8d90; text-decoration: underline;	}
#credits a:hover		{ color: #8b8d90; text-decoration: underline;	}
