body {
	background-color: #000000;
}
#wrapper {
	position: relative;
	height: 800px;
	width: 800px;
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	background-repeat: repeat;
	float: none;
	clear: none;
	background-color: #FFFFFF;
}
#wrapper .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	height: 50px;
	width: 800px;
	position: absolute;
	bottom: 0px;
}
#wrapper .footer a:link {
	text-decoration: none;
	color: #000000;
}
#wrapper .footer a:visited {
	color: #CC0000;
	text-decoration: none;
}
#wrapper .footer a:hover {
	color: #990000;
	text-decoration: none;
}
#wrapper .footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#wrapper .nav {
	height: 200px;
	width: 147px;
	position: absolute;
	left: 20px;
}

#wrapper .main_text {
	width: 538px;
	position: absolute;
	float: right;
	right: 31px;
	clear: none;
	top: 230px;
}
#wrapper .trad_pic1 {
	height: 280px;
	width: 200px;
	left: 260px;
	top: 350px;
	position: absolute;
}
#wrapper .trad_pic2 {
	height: 280px;
	width: 200px;
	left: 520px;
	top: 350px;
	position: absolute;
}
