body,html {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #CCCCFF; }
html {
  height: 100%; }   
body {
     min-height: 100%;
    position: relative; }
   
body,html,table {
  font-size: 11px;
  line-height: 150%;
  font-family: Tahoma,sans-serif;
  color: #fff; }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 5px 0 5px 0; }
h1 {
  font-family:"Comic Sans MS",sans-serif;
  text-align : center;
  color : black;
  font-size: 24px; }
h2 {
  font-family:"Trebuchet MS",sans-serif;
  font-size: 30px; }
h3 {
  font-family: Verdana;
  font-size: 12px; }
h4 {
  font-family : bubble;
  text-align : center;
  color : black;
  font-size: 60px; }
h5 {
  font-family : fusii;
  text-align : center;
  color : black;
  font-size: 60px; }	  
h6 {
  font-family : josef;
  text-align : center;
  color : black;
  font-size: 60px; }
p {
  margin: 0;
  padding: 5px 0 5px 0; }
div {
  display: block;
  margin: 0;
  padding: 0; 
  text-align: left; }
a {
  color: #C0E0FF;
  text-decoration: none; }
a span {
  cursor: pointer; }
a:hover {
  color: #C0E000;
  text-decoration: none; }
table {  
  table-layout: auto; width: 100%;
  border-width: 2mm; 
  border-style: none;
  padding: 12px 12px;  
  text-align: center; }
th {
  padding: 12px 12px; }
td {  
  padding: 12px 12px; }
ul {  
  margin: 0;
  padding: 10px 10px 10px 40px; 
  list-style-type: disc; }
#logo,#main,#footer {  
  clear: both;
  width: 982px; }
#logo {
  position: relative;
  height: 544px; 
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url('../images/logo.jpg'); }
#logo ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0; 
  list-style: none; }
#logo ul li {
  display: block;
  float: left;
  clear: none;
  padding: 10px 20px;
  margin: 0;
  border-right: 1px solid #ff9900; }
#logo ul li.last {
  border: 0px; }
#logo ul li a {
  font-size: 13px;
  text-decoration: none;
  font-weight:bold; }
#logo ul li a:hover {
  text-decoration: underline; }
#logo ul#menu {
  left: 200px;
  bottom: 13px; }  



#main {}


#footer {
  font-size: 14px;
  font-weight: bold; 
  position: absolute;
  bottom: 0;
  width: 100%;  
  padding: 15px 0 15px 0; 
  background-color: #FF9900;
  color: black;
  text-align: center; }