* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Didact Gothic';
    background: #000000;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 34, 72, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 34, 72, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 34, 72, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 34, 72, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 34, 72, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 34, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002248', endColorstr='#000000', GradientType=1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.container {
    margin-top: 8px;
    width: 70%;
    max-width: 1200px;
    margin: auto;
}

#wrap {
    color: #000000;
    min-height: 960px;
    background: #ffffff;
    overflow: hidden;
}

#wrap2 {
    height: 460px;
}

#wrap3L {
    width: 50%;
    float: left;
}

#wrap3R {
    width: 50%;
    float: right;
}

#footer {
    position: relative;
    height: 192px;
    width: 100%;
    float: bottom;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.9);
}

#footerlogo {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

#copyright {
    position: absolute;
    right: 16px;
    bottom: 0px;
}

#copyright > p {
    color: #999999;
    text-decoration: none;
    line-height: 64px;
}

#featured {
    width: 100%;
    height: 460px;
    margin: auto;
    border-radius: 4px;
    background: url(../img/featured.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 5px 10px 18px #000000;
}

#featuredtext {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 80px;
    font-size: 32px;
}

.gametext {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}

.gametext:hover {
    color: #FFFFFF;
}

.gameframe {
    width: 208px;
    height: 156px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
    background-size: cover;
}

.gameouterL {
    position: relative;
    float: right;
    margin: 24px;
    box-shadow: 5px 10px 18px #000000;
}

.gameouterR {
    position: relative;
    float: left;
    margin: 24px;
    box-shadow: 5px 10px 18px #000000;
}