body
{
 text-align:center;
 width:100%;
 margin:0 auto;
 padding:0px;
 font-family:helvetica;
 background-color:#FFFFF;
}
#newsletter_form
{

 width:100%;
 /* height:100%; */
 background-color:#FF0FF;
 text-align:center;
 padding-top:20px;	
}
#newsletter_form h1
{
 font-size:20px;
 color:Blue;
}
#newsletter_form #user_name
{
 margin-top:20px;
 width:20%;
 height:50px;
 padding-left:20px;
 border:1;
 font-size:17px;

}
#newsletter_form #email
{
 margin-top:20px;
 width:50%;
 height:50px;
 padding-left:20px;
 border:1;
 font-size:17px;
}
#newsletter_form input[type="submit"]
{
 margin-top:10px;
 width:35%;
 height:50px;
 border:none;
 background-color:#084B8A;
 color:white;
 font-size:22px;
 cursor:pointer;
}
#newsletter_form input[type="button"]
{
 margin-top:10px;
 width:35%;
 height:50px;
 border:none;
 background-color:#FE2E2E;
 color:white;
 font-size:22px;
 cursor:pointer;
}
#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:995px;
}