@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
a:link, a:visited {
	color:#CCC;
	text-decoration:none;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
}
.container {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.header {
	background-color: #000;
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	height: 90px;
}
.lowerGradient {
	background-image: url(images/lowerGradient.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	margin:0px;
}
.socialMediaLinks {
	float:right;
	margin-top:18px;
}
.socialMediaLinks img {
	margin-right:4px;
}
.feedback {
	clear:both;
	float:right;
	margin-top:10px;
}
.footer {
	width:900px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	color:#666;
}
