body {
    background: #2A2D2F;
    margin: 0px;
    padding: 0px;
    text-align:center;
    color:goldenrod;
}

#content {
    margin:0 auto;
    margin-top:10px;
    position:relative;
    width:800;
    height:660;
    background: #FFFFFF url(../img/background.jpg);
    text-align: center;
    border: 1px solid #000000;
}

#pages-menu {
}

a:link {
  color:goldenrod;
}

a:visited {
  color:darkorange;  
}


#footer {
    margin:0 auto;
    position:relative;
    width:800;
    background:#153255;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding:2px 0px 2px 0px;
    text-align: center;
    float:bottom;
	 color:red;
}


