* {
  font-family: Arial, Sans-serif;
  font-size: 9pt;
}

a {text-decoration: none;}
img {border: 0;}
p {padding:0;margin:0;}

body {
  margin:0 auto;
  background:white;
}

#main {
  width: 1024px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#maindiv {
  display:block;
  float:left;
  width: 1024px;
  height: 700px;
  background: url(../images/home-bg.jpg) top no-repeat ;
}
#mainleft {
  position:relative;
  float:left;
  margin-left:520px;
  margin-top:480px;
  height:200px;
}
#mainbottom {
  position:relative;
  float:left;
  height:30px;  
  width:1024px;
  text-align:center;
  color:#272727;
}
#mainbottom p a {
  color:#757577;
  font-size:8pt;
  text-decoration: none;
}
