@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0px;
}

#menuBackground {
	background-color: #000000;
	background-image: url(images/Overlay.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	z-index: 100;
}
#menuBackground #menu  {
	padding: 0px;
	height: 35px;
	width: 724px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
	}

#container {
	background-color: #000000;
	background-image: url(images/background_wake.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	z-index: 1;
}
#container #words {
	padding: 0px;
	height: auto;
	width: 317px;
	margin-top: 0px;
	margin-left: 483px;
	position: absolute;
}
#container #words p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
}

#container  a:link, #container a:visited {
	color: #f7941d;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f7941d;
	text-decoration: none;
}

#container a:hover, #container a:active  {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
