/*
   elektrovdlinden.nl
   (c) 2009 Click This! webdevelopment
*/

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

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

body {
  background: #ffffff;
  font-family: Arial, Tahoma, Verdana, Sans-serif;
  font-size:62.5%; 
  color: #808285;
}

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

#container {
  text-align: center;
  position: absolute;
  left: 50%;
  top:  50%;
  height: 445px;
  width: 850px;
  margin: 0px auto;
  margin-left: -425px;
  margin-top: -223px;
  background: transparent;
}

#head {
  display: none;
}

a#intro {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 850px;
  height: 445px;
  background: transparent url('/px/intro.png') no-repeat 0 0;
}

