/* whyfor this - i dunno
html {
overflow-y: scroll;
}
*/

body {
text-align : center;
margin: 0;
background: #CCCC99;
}

#outer {
position: relative;
width : 778px;
margin : 0 auto;
}

#container {
position: relative;
width : 766px;
margin : 0 auto;
margin-top: 10px;
}

#footshadow {
position: relative;
width : 778px;
height: 13px;
margin : 0 auto;
line-height: 1px;
font-size: 1px;
border-bottom: 10px solid #CCCC99;
}



