/******************************************
©'05 LARS LEHNER DESPECIAL.COM
******************************************/

body,html {
	background-color: #d2d2d2;
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 50%;
	margin-top: -92px;
	width: 250px;
	height: 186px;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
    text-align:right;
	padding-right: 5px;
	color: #888;
	font-family: Rockwell, Georgia, Sans-Serif;
	font-size: 11px;
	line-height: 20px
}

#projects {
	text-indent: -9000px;
	color: #28B26B
}

#projects a {
	text-decoration:none;
	color: #28B26B
}

a {
	text-decoration: none;
	color: #333;
}
a span {
	display: none
}

a#contact {
	display: block;
	height: 168px;
	width: 222px;
	background: transparent url("splash1.gif") no-repeat;
}
a#contact:hover {
	background: transparent url("splash2.gif") no-repeat;
}