/* Main styles */  html, body {  margin: 0;  padding: 0;
 height: 100%;
 background-image: url(../img/back.gif);
 background-repeat: repeat-x;
 background-position: center center;
 }/* Content Styles */#container { position: absolute; left: 50%; top: 50%; width: 760px; height: 60px;
 margin-left: -380px; margin-top: 86px;
 text-align: center;
 font-family: arial;
 font-size: 14px;
 font-weight: bold;
 line-height: 24px;
 color: #ffffff;
 }
 
a {
 color: #ffffff;
 }