@charset "UTF-8";
/* CSS Document */
body{
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #252429;
}

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #333333;
}


#wrapper{
	align: center;
	background-color: #333333;
	position:relative;
	margin: 0 auto;
	width: 997px;
	height: 699px;
	background-image:url(../images/dropBacker.jpg);
	top: 20px;
}

#subWrapper{
	align: center;
	background-color: #CCCCCC;
	position:relative;
	margin: 0 auto;
	width: 947px;
	height: 649px;
	top: 25px;
}