@charset "utf-8";
body {
	background-image: url(images/design/blue_bar.jpg);
	background-repeat: repeat-x;
	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 */
	height:100%;
}
.oneColElsCtr #container {
	width: 619px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
.oneColElsCtr #mainContent {
	padding-top:50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
	vertical-align:middle;
}