html, body {height: 100%;}
body {
  	margin: 0;
  	padding: 0;
  	position: relative;
  	min-width: 800px;
  	min-height: 400px;
	background-color: #009998;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.centerMiddle {
  background-color: #009998;
  color: #FFFFFF;
  text-align: center;
  margin: -200px 0 0 -400px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 400px; 
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

#disclamer
{
  color: #33CCCC;	
}

a {
	color: #33CCCC;
}