/* 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;
height: 13px;
margin : 0 auto;
background: url(../images/footer-shadow.gif) top center no-repeat;
line-height: 1px;
font-size: 1px;
border-bottom: 10px solid #b0b0a8;
}


