@charset "utf-8";
/* CSS Document */

body {
	min-width:760px;
	margin: 0; 
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font: 0.8em Arial, Helvetica, sans-serif;
	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 */
}

#container {
	width: 450px;  
	background: #FFFFFF;
	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. */
}

#mainContent {
	padding: 100px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h1 { display:none; }
#mainContent p { text-align:center; }
#mainContent strong { font-size:1.25em; }

