	/* Kunstraum Zumhof */

	/**
	*
	*	@filename:		style.css
	*	@location:		./
	*	@author:		DV
	*	@lastEdit:		2016-08-23 by DV
	*	@fileVersion:	v1.0
	*	@copyright:		2016 DV
	*	@category:		mainframe
	*	@package:		css
	* 
	**/

	html , body {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		height: 100%;
		width: 100%;
		background-color: #070707;
	}


	.dvLogo{
		position: relative;
		background-image: url("./dv_logo.jpg");
		width: 900px;
		height: 600px;
		top: 50%;
		left: 50%;
		margin-left: -450px;
		margin-top: -300px;
	}
	
	.email{
		position: absolute;
		width: 100%;
		height: 30px;
		bottom: -30px;
	}
	
	.email p{
		text-align: center;
	}
	
	
	
	
	