body {
    background-image:url('image.gif');
    background-size:100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;
}
table { 
   border: 2px solid #FBA517;
   width: 100%;
   color: lime;
}
th { 
   border: 2px solid #FBA517;
   height: 30px;
}
td { border: 2px solid #FBA517 }
h1{
	color:lime; font-size:40px
}