#page_bg {
  height: 100%;
	background: #d4d4d4;
	padding: 0;
	margin: 0;
	border: 0;
}

#center{

width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#centery{

width: 510px; /*Width of main container*/
margin: 0; /*Center container on page*/
text-align:left;
}
#main_bg_flash{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  	width: 1000px;
	height:1000px;
  	text-align: center;
	margin: 0 auto; /*Center container on page*/
}
#main_bg_flashy{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  	width: 510px;
	height:415px;
  	text-align: left;
	margin: 0 auto; /*Center container on page*/
	background:url(images/newsletterbg.jpg);
}


HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #d4d4d4;
	height: 100%;
    padding:0;
    line-height: 1.5em;
}
a:link {
	color: #ffffff; 
	text-decoration: none;
}
p {
color:#ffffff;
}