/* CSS Document */

html {
	height: 100%;
}

body {
	position: center;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	min-width: 1000px;
	min-height: 700px;
	width: 100%;
	height: 100%;
	scrollbar-shadow-color: #8E8E8E;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color:#8E8E8E;
	scrollbar-highlight-color:#8E8E8E;
	scrollbar-track-color:#430005;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#envelope {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #000000;
	background-image: url(../img/body-bg.gif); 
	background-repeat: repeat-y;
 	background-position: center; 
	z-index: 1;
}
#content-3 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 780px;
	height: auto; 
	bottom: 0px; 
	overflow: auto;
	z-index: 20;
	}
	
#content-3-bg {
	position: absolute;
	top: 212px;
	left: 100px;
	width: 790px;
	height: auto; 
	min-height: 600px;
	background-color:#430005;
	border-top: 2px solid #ffffff; 
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
	z-index: 10;
}
