html, body {
margin: 0px;
font-family: verdana, arial, sans-serif;
font-size:11px;
color: #000000;
text-align: center;
background-image: url('../gfx/bg.jpg');
background-repeat: repeat-x;
background-color:#000000;
}

#bg {
position: absolute;
top: 0px;
left:0px;
width:1;
height:300;
z-index:1;
}

#content{
position: absolute;
top: 0px;
left:0px;
width:1;
height:300;
z-index:10;
}