html {
	overflow: auto;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}

body {
	position: absolute;
	background-color: #140502;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*overflow-x: auto;
	overflow-y: auto;*/
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}

a {
	color: #ffffff
	}
	
p {
	margin-left: 50px;
	}
	
.dark {
	color: #4f4f55;
	}
	
#flash {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	-margin-top: 30px;
	text-align: center;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	outline: none;
	z-index: 3;
}

#altcontent {
	margin-top: 40px;
	margin-left: 120px;
	outline: none
	}

#overlay {
	position: absolute;
	top: 119px;
	left: 188px;
	width: 583px;
	height: 314px;
	overflow: auto;
	z-index: 5;
	display: none;
}

#barTop {
	width: 986px;
	height: 201px;
}

#barBottom {
	width: 986px;
	height: 21px;
}

.thumb {
	margin: 9px;
	}