
html, body {
 height:100.2%;
 outline:0;
 margin:0;
 line-height:160%;
 padding:0;
 font-family:arial, helvetica, sans-serif;
 color: #ffffff;
}

body {
 padding:0;
 border:0;
 background:#ed1556;
}

* html body {
 font-size: x-small; /* for IE5/Win */
 f\ont-size: small; /* for other IE versions */
}

#content {
 width: 900px;
 font-size:100%;
 margin:0px auto;
 padding:10px
}

#header {
 position: fixed;
 top: 0px;
 padding-top: 0px;
 width: 900px;
 z-index: 3;
 height: 110px;
 background:#ed1556;
 margin-left: 0px;
 
 font-size:2.0em;
 line-height:1.2em;
 color: #ffffff;
 padding-bottom:0px;
 }

#messagetext {
padding-top: 20px;	
margin-left: 24px;
}

#footer .copyright {
 float:right;
 text-align:left;
 font-size: 0.85em;
 width:710px;
 padding:5px 0px;
 color:#FFFFFF
}

a:link, a:visited {
 color: #000000;
 text-decoration:none;
}

a:hover {
 color: #8c8c8c;
}

a img {
 border:0px;
}





