/* --------------- The look of the Page, layout Styling --------------- */

body {
	font: 80.5%/1.6 Verdana, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #9a2129;
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
	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 */

}

a{
	color:#ccc;
}

p {
	color: #fff;
	
}

container {
	
}

mainContent {
	position: relative;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
}

header {
	padding-top: 450px;
}

img {
	padding: 50px;
}
