/* kogsub CSS */

body {
  	margin: 0;
	padding: 0 0 0 0;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	background: #FFF;
}

#greatscott {
  	width:665px;
	margin: 100px auto;
    }
    
#great-scott {
	position:absolute;
  	width:665px;
 	margin:-330px 0px 0px -333px;
  	top: 50%; 
  	left: 50%;
    }
    
#greatscott img {
 	padding-bottom: 30px;
    }

.spontan {
		border-top: #ddd solid 1px;
		margin: 90px 0px 0px 0px;
		float:right;
		width: 665px;
		height: 102px;
		background: url(http://www.kogsub.de/spontan.png) 0px 0px;
	}
	
div.spontan:hover {
		background: url(http://www.kogsub.de/spontan.png) 0px 102px;
	}
	</style>

