/* style.css @ robvdbroek.nl */
/* Copyright © 2009 Floow Webdesign. All rights reserved. */
/* Contact: info@floowwebdesign.nl - wwww.floowwebdesign.nl. */

a:link, a:active, a:visited, a:hover
{
  color: #ff0000;
  font-family: Arial;
  font-size: 14px;
}

body
{
  background-color: #000000;
	text-align: center;
	overflow: hidden;
}

div
{
  width: 400px;;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -200px;
}

h1
{
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
}

p
{
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
}

h2
{
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}
