#header {
	position: relative;
	height: auto;
	padding-top: 225px;
	padding-bottom: 225px;
	background-color: rgba(0, 0, 0, 0.5);
	float:right;
	margin-left:50px;
	margin-right:100px;
}
#subheading {
	padding: 10px;
	width: 500px;
	background-color: rgba(63, 169, 245, 0.7);
	margin: 50 auto;
	text-transform: uppercase;
	line-height: normal;
}

.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-decoration: overline;
	background-color: #000;
	background-image: url(../images/1600x1200.png);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
}
.container {
	
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
