/**
 * CSS Document for www.d3com.com
 * @copyright 2015 - D3COM GmbH
 */
html{
	height:100%;
}

body{
	background:transparent url(web.png) center center no-repeat;
	background-size:cover;
	margin:0px; 
	padding:0px; 
	width:100%; 
	height:95%;
	vertical-align:middle;
}

body .content{
	background:transparent url(D3COM-GMBH.png) center center no-repeat;
	background-size: contain;
	position:absolute;
	height:58px;
	line-height:58px;
	top: 50%;
	left: 50%;
	width:80%;
	margin-left: -40%;
	margin-top:-29px;
	color:white;
}

body .bottom{
	background:#030;
	position:absolute;
	height:80px;
	
	bottom: 0px;
	left: 50%;
	width:80%;
	margin-left: -40%;
	
	color:white;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	

	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

body .bottom>span{line-height:80px;}
