body{
background:url('background.png')no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family:"Helvetica Neue", Arial, sans-serif;
}
#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
}
#button{
width:350px;
margin-left:auto;
margin-right:auto;
background: rgb(0, 0, 0);
opacity: 0.65;
height:60px;
color:#ffffff;
font-size:2.5em;
text-align:center;
padding-top:10px;
border-radius:5px;
-moz-border-radius:5px;
}
#button:hover{
opacity: 1;
}
#soon{
margin-top:30px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}
#content{
color:#ffffff;
background: rgb(0, 0, 0);
opacity: 0.95;
padding:15px;
margin-top:50px;
padding-top:5px;
border-radius:5px;
-moz-border-radius:5px;
}
#logo{
margin-top:100px;
}
#help img{
margin-left:auto;
margin-right:auto;
}