/* CSS Document */
body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

#banner {
	position: relative;
	height: 159px;
	width: 100%;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#menu {
	position: relative;
	height: 441px;
	width: 283px;
	float: left;
	background-image: url(images/menu.jpg);
}

#screen {
	position: relative;
	margin: 0 20px 0 284px;
	height: 386px;
}

#footer {
	position: absolute;
	bottom: -81px;
	height: 76px;
	right: 5px;
	width: 718px;
	background-image: url(images/footer.jpg);
}

#content {
	height: 356px; 
	overflow: auto;
}

html, body, textarea, div {
  background-color:#ffffff;
  color:#000000;
  scrollbar-base-color:#ffffff;
  scrollbar-3d-light-color:#000000;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#ffffff;
  scrollbar-track-color:#ffffff;
}
