/* Style Sheet */

body{

}

#background{
    align-items: center;
    display: flex;
    justify-content: center;
}
   
    #background::before{
        background-image: url('Background.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        will-change: transform;
        z-index: -1;
    }

#center{
	width: 				960px;
	height: 			auto;
	float:				left;
	background-color:rgba(51, 51, 51, 0.5);
}

#header{
	display: 			block;
	width: 				960px;
	height:				242px;
}

#z{
	display:			block;
	width:				930px;
	height:				56px;
	margin-top:			15px;
	margin-left:		15px;
	margin-right:		15px;
}

#c{
	width:				930px;
	height:				523px;
	background-color:rgba(255, 255, 255, 0.7);
	margin-left:		15px;
	margin-right		15px;
	margin-top:			15px;
	margin-bottom:		15px;
	font-family:		myriad pro;
	float: 				left;
}

#footer{
	width:				960px;
	height:				35px;
	clear:				both
}

div.c{
	box-shadow: 			0px 0px 15px #000000;
}

div.z:hover{
	box-shadow:				0px 0px 15px #000000;
}