.container,
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    background:#000;
}

body {
    min-width: 270px;
    overflow: hidden;
    font-family: Chivo, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ccc
}

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

a:hover {
    color: #000
}

.container {
    width: 100%;
    
}

.logo {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -175px;
    /*background: url(../images/logo_home1.png) center center no-repeat;*/
    background: url(../images/zilion.png) center center no-repeat;
    /*background: url(../images/logo_home12.gif) center center no-repeat;*/
    text-indent: -9999px
}


.logo2  {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 90%;
    left: 50%;
    margin: -60px 0 0 -60px;
    color:#fff;
	border:1px solid #fff;
    
}
.logo2  a
{
	text-align: center;
	vertical-align:middle;
	line-height:40px;
	display:block;
	color:#fff;	
font-weight:400;
font-size:16px;
	
}
.logo2  a:hover
{
	
	color:#fff;
	background:#ED3237;
}


.copyright {
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center
}

@media screen and (max-width:400px) {
    .logo {
        -moz-transform: scale(.6);
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6)
    }
	.logo2  {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 90%;
    left: 50%;
    margin: -60px 0 0 -60px;
    color:#fff;
	border:1px solid #fff;
    
}
}