body,table,td,tr,div,p,pre,h1,h2,h3,h4,h5,ul {font-family: Arial;}
body,td,div,p,pre,ul {font-size: 16px;}

h5 {font-size: 24px;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}

.small {font-size: 12px;}
.mini {	font-size: 11px;}
.minimini {font-size: 10px;}

a {	font-size: 24px; text-decoration: none; font-weight : bold;}
a:link {color:#ffff80}
  a:visited {color:#ffff80}
  a:active {color:#000000}
  a:hover{color:#000000}
  a:focus{color:#000000}
/* CSS Document */

body {
  color:black;
  background-color: #FFFF80;
}

#positioner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -375px;
  width: 750px;
  height: 500px;
  color:black;
  background-color: #FFFF80;
}

#imagecontainer {
  position: absolute;
  top:0px;
  left:0px;
  width: 600px;
  height: 400px;
  color:black;
  background-color: #FFFF80;
  z-index:2;
}

#enter {
  position: absolute;
  top: 100px;
  left: 150px;
  width: 600px;
  height: 400px;
  color:black;
  background-color: #E69830;
  z-index:1;
}

#entercontainer {
  position: absolute;
  top: 300px;
  width: 600px;
  height: 100px;
  color:black;
  background-color: #E69830;
  z-index:1;
}

#link {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
}
