/*
   einz.nl
   (c) 2007 Click This! webdevelopment
*/

* {
  margin: 0px;
  padding: 0px;
}

/* commented backslash mac IE hack \*/
html,body {
  height: 100%;
}
/* end hack */

body {
  background: #000000;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size:10px; 
}

#alignment {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-width: 600px;
  text-align: center;
}

#container {
  text-align: center;
  position: absolute;
  left: 50%;
  top:  50%;
  height: 500px;
  width: 600px;
  margin: 0px auto;  
  margin-left: -300px;
  margin-top: -250px;
}

#head {
  display:none;
}

#main {
  text-align: center;
  width: 100%;
  height: 480px;
  font-size: 100%;
  line-height: 220%;
  color: #ffffff;
  background: transparent url('bg.jpg') no-repeat 0 0;
}

#main a {
  display: block;
  width: 100%;
  height: 480px;
}

#bottom {
  height: 20px;
  line-height: 20px;
}

#bottom a {
  color: #ffff00;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

#bottom a:hover {
  color: #990000;
}
