/* form box */
#GRSubscribeForm fieldset {
width: 260px; 
border: 0;
}
        
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
        
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}

/* Body */

#contentContainer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header{
	margin:auto;
	width: 747px; 
	height: 190px;
}

#backgroundHeader{
	background-image: url(../images/bgheader.jpg);
	width: 100%;
}

#bodyContainer{
	background-color:#000000;
	margin:-16px auto auto;
	height:735px;
	
}

#body{
	background-image: url(../images/bg.jpg);
	width:747px;
}

#footerContainer{
	background-image:url(../images/bgfooter.jpg);
}

#footer{
	width:747px;
	height:147px;
	margin:auto;
}

#body{
	margin:auto;
	
}