
body { 
	height:100%;
	font-family: Calibri, Verdana, Arial;
}

#fullscreen {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	position:absolute;
	text-align: center;
	background: url(bg1.jpg) no-repeat center center fixed;
	background-size: cover;
	background-color: #000000;
}

h1 {
	margin: 2% auto 5% auto;
	font-size: 750%;
	color: #086CA2;
	text-shadow: 5px 5px 1px #000;
	opacity: 0.8;
}

#content {
	margin: 5% auto;
	font-size: 200%;
	width: 40%;
	background-color: rgba(8,108,162,0.5);
	border-radius: 10px;
	color: #ffffff;
	text-shadow: 2px 2px 1px #000;
	padding: 3%;
}
