/****
 *
 * filename      : css_splash.css
 * project       : mp-network.de 2006
 *
 * copyright     : (c) 2005 by pokepika
 * author        : Patrick Westerhoff
 *                 pokepika
 * email         : projects@pokepika.com
 *
 */
 
html
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;		height: 100%;	color: #000000;
	background: #FFFFFF;
}

body
{
	position: absolute;		top: 50%;	left: 50%;
	margin-left: -175px;	margin-top: -100px;
	width: 350px;			height: 200px;
	color: #000000;			background: #FFFFFF;
	padding: 0px;
}

/** anchors, hyperlinks **/
a:link			{ color: #999999;	text-decoration: none; }
a:visited		{ color: #999999;	text-decoration: none; }
a:hover			{ color: #666666;	text-decoration: underline; }

/** general classes **/
img				{ border: 0px; }