/* Seblog.net - Stylesheets */
/* written by: Sebastian Schneider */

body {
	text-align: center;
	background-color: #363636;
	font-family: Georgia, Tahoma, Arial, Sans-serif;
	font-size: 12pt;
}

#splash {
	width: 100%;
	height: 100%;
	vertical-align: center;
	text-align: center;
}

#footer {
	position: relative;
	margin-top: 14px;
	font-size: 10pt;
	color: white;
}

a:link, a:visited, a:active {
	color: rgb(152,152,152);
	text-decoration: none;
}

a:hover {
	color: rgb(255,255,255);
}