* {
	margin:0px;
	padding:0px;
}

.header {
	position:fixed;
	right:0px;
	top:0px;
	z-index:1000;
	width: 100%;
	height: 35px;
	background-color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	color: #FFF;
	
}
.blankheader {
	height: 45px;
}


.blank {
		height:55px;
}
.footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width: 100%;
	background-color: #000;
	height: 50px;
	color: #FFF;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.main {
	z-index: 500;

}
.main a {
	color: #000;
	text-decoration: underline;
}
.main a:hover {
	color: #000;
	text-decoration: none;
}
.main h3 {
	color: #F00;
}

