@charset "UTF-8";
/* CSS Document */

  body {
	background-color: #BECDD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  
  a:link {
	  color: #069;
	  text-decoration: none;
  }
  a:visited {
	  text-decoration: none;
	  color: #007BA7;
  }
  a:hover {
	  text-decoration: underline;
	  color: #C00;
  }
  a:active {
	  text-decoration: none;
	  color: #008EB3;
  }
  
  #outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
  }
   
  #inner {
	width: 986px;
	height: 612px;
	margin-left: -493px;
	position: absolute;
	top: -306px;
	left: 50%;
  }