/* whyfor this - i dunno
html {
overflow-y: scroll;
}
*/

body {
text-align : center;
margin: 0;
background: #b0b0a8;
}

#outer {
position: relative;
width : 778px;
margin : 0 auto;
background: url(../images/content-bak.gif) top center repeat-y #B0B0A8;
}

#container {
position: relative;
width : 762px;
margin : 0 auto;
}

#footshadow {
position: relative;
width : 778px;
margin : 0 auto;
background: url(../images/footer-shadow.gif) top center no-repeat;
border-bottom: 10px solid #b0b0a8;
font-size: .7em;
color: #6F686A;
padding: 8px 0 0 0;
font-family: verdana;
}


