/*------------------------------------------------------------------------
# ruediger-eckert.de - Dezember 2008
# ------------------------------------------------------------------------
# Autor: Gregor Weingarten
# Websites:  http://www.gregor-weingarten.de -  http://www.bitsofmedia.de
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #5a5a5a;
	background: #f0f0f0;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.container {
  position: absolute;
  width: 800px;
  height: 540px;
  margin-top: -270px;
  margin-left: -400px;
  top: 50%;
  left: 50%;
}

p.splash {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align:center;
	margin: 8px 0 0 0;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}