html, body{ 
          margin:0; 
          padding:0; 
          text-align:center; 
          } 
#pagewidth{ 
          width:900px; 
          margin-left:auto; 
          margin-right:auto;  
          } 
#banner
        {
        background: url(images/banner1.jpg) no-repeat;
        position:relative;
        float: none;
        width:900px;
        height:246px;
        margin:auto;
        }
.h1
      {
        font-family:Arial;
        font-size:24px;
        font-weight:100;
        text-decoration:none;
        color:#cc0066;
		
        }
.text
     {
        font-family:arial;
        font-size:12px;
        text-decoration:none;
        color:#ffffff;
        }

.footer
       {
        font-family:arial;
        font-size:11px;
        text-decoration:none;
        color:#000000;
        }
.link
      {
        font-family:arial;
        font-size:16px;
        text-decoration:none;
        color:#000000;
        font-weight:bold;
}
.link:hover
        {
        font-family:arial;
        font-size:16px;
        text-decoration:none;
        color: #FF0000;
        font-weight:bold;
}

.linkfont
{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration:none;
text-align:center;
}

.linkfont:hover
{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#000;
text-decoration:none;
text-align:center;
}