/* CSS Document */
@import "reset.css";
@import "cms_newsletter_style.css";



div#container {
	width: 100%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	text-align:center;
}

div#header {
	background-image:url(../images/publicpages/Header_2010.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:954px;
	height:300px;
	    margin-left: auto;
    margin-right: auto;
}


div#content {
	background: #fff;
	text-align:left;
	margin-left: auto;
    margin-right: auto;
	width:904px;
	padding:25px;
}

div#footer{
	background: #fff;
	clear:both;
	width:904px;
	margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    padding: 25px;
	}