/* CSS Document */


body{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#ffffff;
  color:#000;
}


#start { 	
  position:absolute;
  overflow:hidden;
  height:710px; 
  width:900px;
  margin:-0px 0px 0px -420px;
  top: 10%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: none;
  border: 0px dotted #000000;
  overflow: auto;
}

#start_2 { 	
  position:absolute;
  height:560px; 
  width:1000px;
  margin:-575px 0px 0px -500px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: none;
  border: 0px dotted #cccccc;
  overflow: hidden;
}


