/*
   simplyrunning.nl
   (c) 2008 Click This! webdevelopment
*/

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

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

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

#head {
  position: absolute;
  left: 285px;
  top: 33px;
  width: 290px;
  height: 138px;
  background: transparent url('px/logo.png') no-repeat 0 0;
}

#head * {
  display:none;
}

a {
  text-decoration: none;
  outline: none;
}

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

#container {
  text-align: center;
  position: absolute;
  left: 50%;
  top:  50%;
  height: 600px;
  width: 980px;
  margin: 0px auto;
  margin-left: -490px;
  margin-top: -300px;
  background: transparent url('px/intro.png') no-repeat 0 0;
}

a#intro {
  position: relative;
  display: block;
  width: 980px;
  height: 600px;
}

