/*#bg {position:fixed; }
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
/* some css fixes for IE browsers */
html {height:100%;
overflow-y:hidden;}
body {overflow-y:auto;
height:100%;
margin-left: 30px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 0px;
text-decoration: none;}
#bg {position:absolute; z-index:-1; top:0; left:0; width:100%; height:100%;}
#content {position:static;}
#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}