body, html{
    margin:0;
    padding:0;
    background:black;
    min-height:100%;
}
#container {
	z-index: -10;
    position:absolute;
    top:0;
    left:0;
	width:100%;
    height:100%;
}
#logo{
	position: fixed;
	left: 10%; 
	text-align: center;
	width: 500px;
}
div.background{
	position: fixed;
	top: 0;left: 0;
	padding: 0px; margin: 0px; border: 0px;
	min-height: 100%;
	width: 100%;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#content {
	position: fixed;
	width:100%;
	top: 50%;
	height: 450px;
	margin-top:-200px;
	font-family: Arial, Verdana, sans-serif;
}


div.cd {
	position: absolute;
	height: 100%;
	left: 100px;
	color: white;
    font-size: 22px;
	text-align: center;
	background:none;
	zoom: 1;
 	border:0px solid black;
	padding: 0px;	
}


