/* CSS Document */

body {
	margin: 0;
	background-color: #000;
	font-family: "Lucida Console";
	font-size: 13px;
	color: #fff;
}

a { text-decoration: underline; color: #fff; }
a:hover { text-decoration: none; color: #fff; }

input,select,textarea {
	background-color: #272727;
	font-family: arial;
	border: #4C4C4C 1px solid;
	font-size: 12px;
	color: #fff;
}

#container {
	position: absolute;
	width: 100%;
	height: 941px;
	background: url(../images/background.jpg) center top no-repeat;
}

#content {
	position: relative;
	top: 80px;
	width: 942px;
	height: 677px;
	margin-left: auto;
	margin-right: auto;
}

#content_left {
	width: 538px;
	height: 677px;
	float: left;
	background: url(../images/content_bg_left.jpg) no-repeat;
}

#content_right {
	width: 404px;
	height: 677px;
	float: right;
	background: url(../images/content_bg_right.jpg) no-repeat;
}

#music {
	position: absolute;
	top: 69px;
	left: 0;
	width: 124px;
	height: 74px;
	margin: 0;
	padding: 0;
}

#navigation {
	position: absolute;
	top: 196px;
	left: 0px;
	width: 145px;
	height: 301px;
}

#text {
	position: absolute;
	top: 137px;
	left: 168px;
	width: 322px;
	height: 387px;
	padding: 15px 14px;
	overflow-y: auto;
	overflow-x: hidden;
}

#music_player {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 322px;
	height: 337px;
	padding: 15px 14px;
	overflow: hidden;
	visibility: hidden;
	color: #000;
}

#contact {
	position: absolute;
	top: 594px;
	left: 167px;
	width: 113px;
	height: 29px;
}

#scroll {
	position: absolute;
	top: 587px;
	left: 401px;
	width: 110px;
	height: 45px;
}

#scroll_down {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 45px;
}

#scroll_up {
	position: absolute;
	top: 0;
	left: 55px;
	width: 55px;
	height: 45px;
}

#overlay_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 941px;
	background-image: url(../images/bg_overlay.png);
	visibility: hidden;
}

#overlay_content {
	position: relative;
	width: 700px;
	height: 528px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	background-image: url(../images/bg_overlay.png);
	overflow-y: auto;
	overflow-x: hidden;
}

#overlay_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 610px;
	height: 500px;
	padding: 14px 75px 14px 15px;
}

#overlay_close {
 	position: absolute;
	top: 14px;
	left: 548px;
	width: 66px;
	height: 26px;
}

.brown { color: #b29c6a; }
