
*{margin: 0px;padding: 0px;}

html{
width: 100%;height: 100%;overflow: scroll;}

body {
width: 100%;height: 100%;
background-color:<?php echo $bgColor ?>;overflow: visible;}#contBox {width: 100%;height: 100%;
border: 0px #000000 solid;margin-left: auto;margin-right: auto;position: static;
}#horizPane {position: relative;width: 1px;height: 100%;background-color:<?php echo $bgColor ?>;left: 50%;z-index: 50;display: block;overflow: visible;}#picPane {
position: absolute;top: 50%;width: 100%;height: 1px;border: none;overflow: visible;display: block;
}

#logoBox1{
width: 410px;height: 410px;position: absolute;border: 0px #206898 solid;top: -205px;left: -205px;
padding: 0px;margin: 0px;background-color:<?php echo $bgColor ?>;background-image: url(<?php echo $bgImage ?>);}

#IPBox{
width: 120px;
height: 30px;
position: absolute;
top: 220px;left: -60px;
padding: 0px;margin: 0px;text-align: center;color: <?php echo $txtColor ?>;
Overflow: visible;}

div {}a:link {}a:visited {}a:hover {}a:active {}