* {
    margin:0;
    padding:0;
}
#background {
    display:block;
    position:absolute;
    width:100%;
    height:100%;
}
.container {
    width:50%;
    font-family: Courier, "Courier New", monospace;
    position: relative;
    margin: 0 0 0 50%;
    display:block;
}
.header {
    text-align: center;
    display: inline-block;
    background-color:transparent;
    width:80%;
    position: relative;
    padding:10%;
    margin: 25% 0 0 -50%;
    text-transform: uppercase;
    letter-spacing:2.5px;
}
.header h1 {
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    font-weight:bold;
}
.header h2 {
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight:bold;
}
.header a, 
.header a:visited, 
.header a:active, 
.header a:hover {
    line-height: 60px;
    font-size: 25px;
    text-decoration:none;
    color:#000;
}
.header a:hover {
    color: #fff;
    background-color:#000;
}

#layer {
    background-color: #fff;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    margin-left: 50%;
}