html, body{
margin:0;
padding:0;
}
*{
outline:none;
}

body{background:url('../img/full.jpg') center center no-repeat fixed;
    font-size:100%;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-color:#E7DBC0;
}

#container{
margin-top:20px !important;
width:560px;
min-height:400px;
background-color: #000;
margin:0 auto;
position:relative;
padding:20px;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 0 1px 10px 1px #89713C;
box-shadow: 0 1px 10px 1px #89713C;
}

.cont{
padding:5px;
background-color: #0E0E0E;
}

h1{font-size:30px;}
p, h1{color:#B9B57F;}
p{font-size:14px;line-height:20px;}
h2{color:#fff;text-align:center;
}
p, h1, h2{
font-family:Helvetica, Sans-Serif;
}

.logo_img{
width:500px;
height:290px;
margin:0 auto;
position:relative;
}



