/* Automatic scaling Background via CSS by Ben Wildner */

* { margin: 0; padding: 0; }
html, body, #bw-scaling-background, #bw-scaling-background table, #bw-scaling-background td { height:100%; width:100%; overflow:hidden; }
#bw-scaling-background { z-index: 0; }
#bw-scaling-background div { height:200%; left:-50%; position:absolute; top:-50%; width:200%; }
#bw-scaling-background td { text-align:center; vertical-align:middle; }
#bw-scaling-background img { margin:0 auto; min-height:50%; min-width:50%; }
#bw-wrapper { position:absolute; top:0; left:0; z-index:70; overflow:auto; width:100%; height:100%; }
#space {width:1px;height:50%;margin-bottom:-300px;/**/float:left}
#bw-page {width:900px;height:600px;background-color:#FFFFFF;border:0px;margin:0 auto;position:relative;/**/clear:left;/**/}-->
</style>