html {  
        margin:0; 
        padding:0; 
        background: url(bg/bg.jpg) no-repeat center center fixed;  
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover; 
        background-size: cover; 
} 
	
.btn-sec{
     width: 304px;
     margin-left: auto;
     margin-right: auto;
	 background-color: #000000;
	 border-radius: 15px;
	 padding: 10px;
}

.btn-sec {
     position: absolute; 
     top: 50%; 
	 left: 50%; 
     transform: translate(-50%, -50%); 
	 opacity: 80%;
}

h1{
     color: #ffffff;
     text-align: center;
     font-size: 20px;
     text-transform: uppercase; 
}

h2{
     color: #ffffff;
     text-align: center;
     font-size: 15px;
	 text-transform: uppercase; 
}

a {
     color: #ffffff;
     text-decoration: none;	 
}

a:hover {
	text-decoration: underline;
}

p {
    color: #ffffff;	
    text-align: center;	
	font-size: 15px;
}