* {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI","Tahoma";
	text-decoration: none;
}

i {
	color: #999999;
	font-style: normal;
}

p {
	text-align: center;
}

h2{
	text-align: center;
}

html {
	width: 100%;
	height: 100%;
	background-color: Grey;
	background-image: url("./static.png");
	background-repeat: repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

body {
	background-image: url("./static.png");
	background-repeat: repeat;
	}
div.cornericon
	{
	background-image: url("./wolfgang.png");
	background-repeat: no-repeat;
	height: 75px;
	width: 400px;
	position:fixed;
	bottom:5px;
	right:5px;
	}

div.cornericon:hover
	{
	background-image: url("./wolfgang-over.png");
	}
	
div.linespan
	{
	background-image: url("./line.png");
	width: 100%;
	height: 200px;
	background-repeat: repeat-x;
	}