html, body 
{
height: 100%;
font-family: Arial, Tahoma, Verdana, Georgia, Helvetica;
color: #888888;
margin:0;
background-color:#ffffff;
background-image: url(pics/bg.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position:center;
font-size:14px;
line-height:17px;
}