body {
    padding-top: 100px;
    color: #666;
    font-family: sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    background:url("../dflt_img/404bg.png") no-repeat center center fixed;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a {
	text-decoration: none;
}
img{
    border: none;
}
.wrap {
	overflow: hidden;
	width: 900px;
	margin:   auto;
	direction: ltr;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}
.block {
    font-size: 28px;
    text-transform: uppercase;
    color:#444;
    margin-top: 20px;
}
.info {
    margin: 10px 0px 20px 0px;
}
.btn {
	border:none;
	padding: 10px 10px;
	display: inline-block;
	color: #eee;
	font-size: 14px;
	background: #DD002B; /* Old browsers */
}
.btn:hover {
	color: #fff;
	background: #666;
}
.btn:focus {
    box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset,1px 1px 1px rgba(0, 0, 0, 0.3);
}
 @media  (min-width: 1400px){
	body{
		background-size: 150% 150%;
	}
 }
/* Tablet portrait (768x1024) && Small tablet landscape (800x600) */
@media (min-width: 768px) and (max-width: 979px) {
	.wrap{
	    width:90%;
	}
    .block {
        font-size: 24px;
    }
    .btn {
    	font-size: 13px;
    }
}
/* Small tablet portrait (600x800) & Mobile landscape (480x320) */
@media (max-width: 767px){
	img{
	    max-width: 100%;
	}
	.wrap{
	    width:90%;
	}
    .block {
        font-size: 20px;
    }
    .btn {
    	font-size: 12px;
    }
}