body {
 	text-align:center;
	background-color: #000;
 	}
.center{
	width: 800px;
	min-height: 800px;
	margin:0px auto;
	 }
.header{
	width: 100%;
	min-height: 200px;
	text-align: center;
	}
.content{
	width: 100%;
	min-height: 560px;
	margin-top: 80px;
	text-align: center;
	}
.footer{
	width: 100%;
	min-height: 30px;
	font: 100 14px Arial;
	text-align: center;
	color: #303030;
	}
.footer a{
	text-decoration: none;
	font: 100 14px Arial;
	color: #303030;
	}
.footer a:hover{
	text-decoration: underline;
	color: #00ff00;
	}
.padtop100{
	width: 100%;
	min-height: 100px;
	margin-top: 100px;
	text-align: center;
	}
.padtop100fl{
	width: 100%;
	min-height: 100px;
	text-align: center;
	float: left;
	}
.fl33{
	width: 33%;
	min-height: 100px;
	margin-top: 100px;
	text-align: center;
	float: left;
	}
.dt{
	color: #202020;
	}
#door{
	display: block;
	width: 168px;
	height: 268px;
	background: url("http://www.MonsterWebMedia.com/images/doorway.jpg");
	text-decoration: none;
	}
#door:hover{
	background: url("http://www.MonsterWebMedia.com/images/doorway3.jpg");
	text-decoration: none;
	}
