@charset "UTF-8";
/* CSS Document */

body, html {
    position:relative;
	height: 100%;
    margin: 0;
	background-image: url("rothbuntback.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



	
#uftata {
    position: relative;
	background-image: url("uftatata.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
 	width: 75%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
	top: 80px;
}




#whynot {
	width: 60px;
	height: 60px;
	position: fixed;
	right:35px;
	bottom:35px;
	background-image: url("whynot.png");
	background-repeat:no-repeat;
	background-position:top left;	
	z-index: 2;
	background-size: contain;
}

#bottom {
	width: 100%;
	height: 5px;
	position: fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index: 5;
}








</style>

