#content
{
color:#000;
width:800px;
margin: 0 auto;
}

#container 
{
margin:0 auto; 
text-align: center;
width: 1080px;
color:#000;
background-color:#fff;
background-image: url(images/cateye-bg.jpg);
background-repeat: repeat-y; margin: 0;
}

#footer
{
width:800px;
margin:0 auto; 
background: #AAA;
border: 1px #000 solid;
padding: 2px;
}

#footer a {text-decoration: none; color: #0066FF}
#footer a:hover {text-decoration: underline}


/* html { height: 100%; } */
/* body { height: 100%; min-height: 100%; text-align:center; } */

body { text-align:center; }

#toolbar {
  width: 100%;
  margin: 0 auto;
  text-align:center;
}

#toolbar a {
height: 2em;
line-height: 2em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
background: url(images/css-nav.gif) #fff bottom left repeat-x;
}

#toolbar a:hover {
text-decoration: underline;
}


