/* CSS Document */

body, html {
   paddinng:0px;
   margin:0px;
   height:100%;
   background-color:#000000;
   font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   font-size:11px;
   background-image:url(../images/tile.jpg);
   background-repeat:repeat-x;
   background-position:bottom;
   
}
a:link, a:active, a:hover, a:visited {
  color:#FFFFFF;
}

tr {
  vertical-align:top;
}

table#main {
  height:100%;
}
td#center {
  align:center;
}
.thirty {
  width:33%;
}
.thirtyHeight {
  height:33%;
}
#bg
{
   position:fixed;
   width:800px;
   height:600px;
   left:26%;
   bottom:0px;
   background-image:url(../images/plasticoma_splash.jpg);
   background-repeat:no-repeat;
   background-position:top; 
}
.float_left
{
  flost:left;
}
.float_right
{
  float:right;
}
.clear
{
  clear:both;
}
.pt{
   padding:5px 0px 0px 0px;
}
#inner
{
  width:600px;
  height:100px;
  border:1px solid white;
  background-color:#FFFFFF;
}
#ad1 
{
  position:fixed;
  top:0px;
  left:0px;
}
