html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin:	0;
    padding:	0;
    height:	100%;
    overflow:	visible;
    background-color:rgba(0, 0, 0, 0.1);
/*
    background-image: -moz-radial-gradient(50% -50%, circle cover, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.0) 75%);
    background-image: -webkit-radial-gradient(50% -50%, circle cover, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.0) 75%);
    background-image: -o-radial-gradient(50% -50%, circle cover, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.0) 75%);
    background-image: -ms-radial-gradient(50% -50%, circle cover, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.0) 75%);
    background-image: radial-gradient(50% -50%, circle cover, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.0) 75%);
*/
}
body {
    font-family:	"Helvetica Neue", Helvetica, sans-serif;
    font-size:	90%;
    color:	#000;
    margin:	0;
    padding:	0;
    height:	100%;
    overflow:	visible;
    text-shadow: 0 1px 0 #fff;
}
a {
    color:	#000;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight:	bold;
}
a:hover {
    color:	#777;
    text-decoration:	none;
    text-shadow: none;
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 #fff;

}
.small {
    font-size:	.30em;
    font-weight:	normal;
}
.clearfix { clear: both; }

.wrapper {
    margin:	auto;
    width:	100%;
    display:	table;
    height:	100%;
    overflow:	hidden;
}
.box {
    display:	table-cell;
    vertical-align:	middle;
    padding-top: 10%;
    padding-bottom: 10%;
}
.container {
    width:	52em;
    margin:	auto;
    position: relative;
}
.header {
}
.sic-logo {
    width:	300px;
    height:	150px;
    border-right:	1px solid #666;
    float:	left;
    padding-right: 50px;
    text-align: right;
}
.sic-logo img {
    margin:	45px auto 0;
    width:	300px;
    height:	auto;
}
.title {
    position:	relative;
    float:	left;
    margin:	60px 0 0 50px;
    font-weight:	bold;
    font-size:	1.7em;
    text-shadow: 0 1px 0 #fff;
    color: #000;
}

.gfw-logo {
     width: 280px;
     display: block;
     margin: 0px 0 0 20px;
}

.footer {
    color:	#999;
    position: fixed;
    bottom:	0;
    text-align:	center;
    font-size:	.75em;
    border-top:	1px solid #ddd;
    width:	100%;
    padding: 1em 0;
    background: #F3F3F3;
    line-height: 1.4;
}
.footer .nav {
    display: inline-block;
}
.footer .nav a {
    font-size:	1em;
    padding: .75em;
    display: inline-block;
}


@media screen and (max-width: 800px)   {
    .sic-logo, .gfw-logo, .title {
        float: none;
        text-align: center;
        border: none;
        padding: 0;
    }
    .title {
        margin: 30px 0 0;
        font-size: 1.4em;
    }
    .sic-logo {
        border-left: none;
        display: block;
        background-position: center center;
        width: auto;
        margin-top: 80px;
        height: auto;
    }
    .sic-logo img {
        margin:	0px auto 0;
        width:	250px;
        height:	auto;
    }
    .box, .container {
        width: auto;
        left: auto;
    }
    .gfw-logo {
        width: 260px;
        display: block;
        margin: 0px auto 0;
    }
}

@media screen and (max-width: 568px)   {
    html {
/*         height:	auto; */
    }
    .sic-logo img {
        margin:	0px auto 0;
        width:	250px;
        height:	auto;
    }
    .gfw td {
        float: left;
        width: 50%;
    }
    .footer {
/*         position: relative; */
    }
    .footer .nav {
        display: block;
    }
}

@media screen and (max-height: 414px)   {
    html {
/*         height:	auto; */
    }
    .sic-logo {
        margin-top: 40px;
    }
    .footer {
        position: relative;
    }
}
