@import url(menu.css);
body{
    color: #000;
    margin: 0 auto;
    padding: 0px;
    background-color:#2E2E2E;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:center;
    font-family: veranda, sans-serif;
    font-size: 12px;
}

div { text-align:left; }
img { border:0px; }

#bodywrapper { position:relative; width:990px; text-align:center; margin:0 auto; z-index:1; }
#contentwrapper { clear:both; background:#fff; height: auto; overflow:hidden; min-height:694px; }
#content { height:auto; overflow:hidden; }

#footerwrapper { position:relative; z-index:0; height:125px; background-image:url(../images/footer.jpg); }
#footer { width:990px; margin:0 auto; color:white; }

#container { float:left; width:700px; }