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

html, body {
	height: 100%;
}

body {
	overflow: hidden;
	background: #101010 url('../img/background.png') no-repeat fixed center;
	font: 70%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #808080;
}

#wrapper {
	position: relative;
	width: 920px;
	height: 510px;
	margin: 48px 0 0 0;
}

#menu {
	position: absolute;
	width: 250px;
	height: 510px;
	top: 0;
	left: 0;
	text-align: left;
}

#menu-wrapper {
	position: absolute;
	width: 210px;
	top: 0;
	left: 0;
	margin: 40px 0 0 40px;
}

#menu-wrapper p {
	margin: 0 0 10px 0;
}

#content {
	position: absolute;
	width: 670px;
	height: 510px;
	top: 0;
	left: 250px;
	text-align: left;
}

#content-wrapper {
	position: absolute;
	width: 570px;
	top: 0;
	left: 0;
	margin: 50px;
}

#content-wrapper p {
	margin: 0 0 10px 0;
}

#content-scroll-fix {
	position: absolute;
	width: 520px;
	margin: 0 50px 0 0;
}

#content-scroll {
	position: absolute;
	width: 570px;
	height: 360px;
	overflow-y: auto;
}

#ctr {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
}

#cbr {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
}

.textinput, .textinputmulti {
	background: #ffffff url('../img/input-background.png') no-repeat top left;
	width: 300px;
	border: 1px solid #333333;
	padding: 6px;
	margin: 5px 0 10px 0;
	font: 100%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #555555;
}

.textinputmulti {
	width: 96%;
	height: 100px;
}

.heading {
	color: #ffffff;
	text-transform: uppercase;
}

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