/* @override http://localhost/tests/guido/style.css */
body{
	background: url(background.jpg) 0px -100px;
}
#content{
	width:  680px;
position: absolute;
top:  240px;
left:  50%;
margin-left:  -340px;
	height:  300px;
}

ul{
	position: absolute;
	top:  170px;
	left:  55px;
}

ul li{
	float:  left;
	}

li span{
	position: absolute;
	left:  -3434px;
	top:  -234px;
}

li.home a{
	display:  block;
	background:  url(website.jpg) top left no-repeat;
	width:  160px;
	height:  50px;
}
li.impressum a{
	display:  block;
	background:  url(impressum.jpg) top left no-repeat;
	width:  160px;
	height:  50px;
}
li.kontakt a{
	display:  block;
	background:  url(kontakt.jpg) top left no-repeat;
	width:  150px;
	height:  50px;
}
li.twitter a{
	display:  block;
	background:  url(twitter.jpg) top left no-repeat;
	width:  140px;
	height:  50px;
}
