html{
	background:url('../img/page_bg.jpg') repeat #191919;
    color: #ffffff;
}

.copycode {
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e3e3e3;
}

header a{
	border:none !important;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background:url('../img/bitcoin-hosting.jpg') no-repeat;
}

a {
    color: #ffffff;
    text-decoration: none;
}

pre {
    width: 100%;
}

.af-form-wrapper {
    padding-top: 200px !important;
}


@media only screen and (min-width: 480px) and (max-width: 767px){
	
.af-form-wrapper {
    padding-top: 90px !important;
}

	
}


@media only screen and (max-width: 479px){

.af-form {
	width: 94% !important;
}
.af-form-wrapper {
    padding-top: 72px !important;
}
	
}