html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
    width: 100%;
	height: auto;
}

.wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

#header {
 width: 98%;
	left: 1%;
	top: 1%;
	height: 20%;
	position: fixed;
	background-image: url("../images/CR_Logo.png");
	/*background-size: 40vw;*/
	background-size:70% 100%;
    background-repeat: no-repeat;	
    background-position: center;
	}

#menu {
width: 85%;
	height: 6%;
	/*background-color: #996666;*/
	position: fixed;
	top: 20%;
	left: 8%;
	right: 50%;
    text-align: center;
	line-height: normal;
    font-family: Poiret One;
    /*font-size: 4vw;*/
    font-size:50px;
    justify-content: center;
    word-spacing: 10px;
    }

#content {width: 80%;
	height:60%;
	top: 27%;
	left: 8%;
	background-color: #FFFFFF;
	position:fixed;
	overflow: auto;
    text-align: center;
    font-family: Nixie One;
    /*font-size: 1.5vw;*/
    font-size:32px;
    opacity: .8;

	}

#footer {
	position:fixed;
    background-position: center;
	left:36%;
	bottom:1%;
	height:7%;
	width:30%;
	/*background:#A1A1A1;*/
}