@charset "iso-8859-1";

html, body {
height:100%;
}

* html #superwrap, html #container, html #mainwrap {
  height: 100%;
}

body {
margin:2px auto 0 auto;
padding:0;
background: url(../images/background.gif);
background-repeat:repeat-x;
background-color:#0051A4;
color:#ccc;
font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

a:link {
color: #FF9300;
color: #B2CDFB;
}     /* unvisited link */

a:visited {
color: #FF9300;
color: #B2CDFB;
}  /* visited link */

a:hover {
color: #fff; /* was 5176B5 */
text-decoration : none;
}   /* mouse over link */

a:active {
color: #ccc;
}   /* selected link */ 

#superwrap {
/*height:100%;*/
min-height:100%;
width:780px;
margin:0 auto;
background: url(../images/stripes.gif);
background-repeat:repeat-y;
/*min-height: 100%;*/
}

#container {
/*height:100%;*/
min-height:100%;
width:770px;
margin: 0 auto;
background-color:#00172C;
}

#mainwrap {
/*height:100%;*/
min-height:100%;
padding:0 5px 5px 5px;
background-color:#00172C;
}
