html, body {
    width:100%;
    height:100%;
    overflow:hidden;
    background: url('../img/grf_loading.gif') repeat #48485c;
}
body {
    margin: 0 auto;
    padding: 0;
    color: #666;
    cursor:default;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17px;
}


/* Typo/Common */
h1, h2, h3 {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
h3 {
    font-size: 13px;
    color: #aaa;
    margin: 5px 0 2px 0;
}



a {
    color: #666;
    text-decoration: underline;
}
    a:hover {
        color: #48485c;
    }
    
p {
    padding: 0;
    margin: 0 0 20px 0;
}

.smallFont {
    font-size: 11px;
}


/* Header */
#top {
    width: 100%;
    height: 120px;
}

.nav {
    display: inline-block;
}

.nav ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    text-transform: uppercase;
}
    .nav ul li {
        padding: 0;
        margin: 0 10px 0 0;
        display: inline-block;
    }
    .nav a {
        text-decoration: none;
        color: #aaa;
    }
    .nav a:hover, .nav a.active {
        color: #64107f;
    }

.logo {
    margin: 0;
    padding: 0;
    line-height: 12px;
    float: right;
}
    .logo a {
        text-indent: -9999px;
        display: block;
        background: url(../img/logo.jpg) no-repeat;
        width: 230px;
        height: 72px;
    }


/* Content */
.main {
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.container {
    width: 560px;
    top: 110px;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    position: relative;
    padding: 20px;
    z-index: 20;
}

#screen {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
    #screen img {
            position:absolute; 
            top:0;
            left:0;
            right: 0;
            bottom: 0;
            margin:auto;
            min-width:50%;
            min-height:50%;
    }