html {
    display: block;
    border: 0px solid rgba(46, 48, 146, 1);
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    min-width: 1024px;
    min-height: 768px;
}

body {
    font-family: Arial,Helvetica,sans-serif;
}

img.bg{
    min-height: 100%;
    min-width: 1024px;

    width: 100%;
    height: auto;

    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .bg-img {
        left: 50%;
        margin-left: -512px;
    }
}

#ribbon {
    position: absolute;
    bottom: 20px;
    left: 141px;
    z-index: 80;
    width: 92.9%;
    line-height: 12px;
}

#ribbon h1 {
    position: relative;
    left: -141px;
    margin-bottom: -63px;
    width: 200px;
    opacity: .99;
}

#ribbon h1 span {
    padding: 41px 10px 10px 0;
    color: white;
    background-color: rgb(46, 48, 146);
    font-size: 11px;
    text-align: right;
    display: block;
}

#ribbon div {
    position: relative;
    height: 56px;
    background: rgb(247, 147, 30);
    opacity: .6;
    padding: 7px 0 0 7px;
    display: block;
    margin-left: 60px;
}

#ribbon div span{
    color: white;
    font-size: 11px;
}

#ribbon div ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#ribbon div ul li span {
    height: 12px;
}

#box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    overflow: auto;
    width: 100%;
    height: 100%;
	background-image: url(/img/cover.jpg);
    background-size: cover;
}

.left {
    text-align: left;
    right: auto;
    left: 180px;
    font-size: 13px;
}

.large {
    text-align: left;
    top: 20%;
    right: 120px;
    font-size: 13px;
}

.logo {
    position: absolute;
    top: 10%;
    right: 200px;
    width: 500px;
    padding-bottom: 100px;
}

.logo img {
    width: 230px;
    height: 95px;
    padding-bottom: 20px;
    display: block;
}

.logo span {
    font-weight: bolder;
    font-size: 2em;
}