/*
# Document Created by Giteen7
# WGO Web Support
# WorldGamingOrder.com
*/
html, body{
	height:100%;
	margin:0;
	padding:0;
	width:100%;
 }
#tbl{
	width:100%;
	height:100%;
 }
hr#fttop{
    background:#111111;
    color:#111111;
 }
p#ft{
    font-size:0.7em;
    font-weight:bold;
    font-family:sans-serif;
    text-align:center;
 }
.dfont{
   font-family:dfont;
 }
 img.cap{
   position:relative;
   top:-40px;
 }
td.side{
    background: url('images/strp.png') repeat;
    padding:0px;
 }
@font-face{
    font-family: dfont;
    src: url("Dfont.eot");
    src: local("SF TransRobotics Extended"),  
         url("Dfont.ttf") format("truetype"); 
}