body {
  background: transparent;
  color:#303030;
  margin:0;
}
h1, h2, h3 {
  font-family:"Century Gothic",Helvetica,"Bitstream Vera Sans",sans-serif;
}
a:hover {
  border-bottom:0 none;
  color:#006F9D;
  text-decoration:none;
}

#main_cont {
  width:100%;
  padding:0px;
}
#left {
  /*
  float:left;
  width: 50%;
  text-align: center;
  padding-top:10%;
  height:400px;*/
  background: white;
  position: absolute;
  bottom: 70px;
  left: 0;
  top: 0;
  text-align: center;
  width: 50%;
  padding-top:10%;
}
#right {
/*  float:left;
  width: 50%;
  text-align: center;
  padding-top:10%;
  height:400px;*/
  background:black;
  position: absolute;
  bottom: 70px;
  left: 50%;
  top: 0;
  text-align: center;
  width: 50%;
  padding-top:10%;
}
#logo a {
  border:medium none;
  text-decoration:none;
}
h1 a {
  /*color:#333333;*/
  color:#7D7D7D;
  font-size:1.2em;
  font-weight:bold;
  text-decoration:none;
}
h2 {
  font-size: 0.9em;
}
#left h2 {
  color:#99CC33;
}
#right h2 {
  color:#EA2F7E;
}
#footer {
  text-align:center;
  background:transparent none repeat scroll 0 0;
  border-top:1px solid #D8D8D8;
  clear:both;
  margin:0;
  padding:0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#footer p {
  color:#333333;
  font-size:0.8em;
  line-height:1.3em;
  margin:15px 0 0;
  padding:0;
  text-align:center;
}
#footer a {
  color:#808080;
}
a {
  color:#808080;
  text-decoration:none;
}
#footer a:hover {
  color:#006f9d;
  text-decoration:none;
  border-bottom:0pt none;
} 
