@charset "utf-8";

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background-color: #fff;
}

#bg_left {
  position: relative;
  z-index: -1;
  float:left;
  top: 175px;
  background-image: url(../images/slate_bg.jpg);
  width: 49%;
  height: 250px;
}

#bg_right {
  position: relative;
  z-index: -1; 
  float: right;
  top: 175px;
  text-align: right;
  background: url(../images/slate_bg.jpg) no-repeat top right;
  width: 49%;
  height:250px;
}

#title_image {
  position: relative;
  top: 30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  text-indent: -9999px;
  background: url(../images/zot_logo.gif) no-repeat;
  width: 100px;
  height: 75px;
}

#flashcontent {
  position: relative;
  top: -350px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  z-index: 2;
  width: 100%;
  height: 100%;
  
}

#flashcontent object {
  outline:none;
  margin-left:auto;
  margin-right:auto;
}

#footer {
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: .7em;
   color: #999999;
}
