@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:  #FFF ;
}
 #mainContent {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	vertical-align: center;
	height: 247px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #010122;
	border-right-color: #010122;
	border-bottom-color: #010122;
	border-left-color: #010122;
	background-color: #010021;
}
#header {
	height: 150px;
}
#footer {
	
}
