html ,body
{
				
	font: sans-serif;
	font-family:Arial Black;
	width:100%;
	height:100%;
	background-color:#fff;
}

h2{
	color:#000;
	text-shadow: #fff 2px 2px 2px;	
	
}

.img-center-shadow
{
	-webkit-box-shadow: #474747 5px 5px 10px 3px;
	-moz-box-shadow: #474747 10px 10px 10px 3px;
	box-shadow: #474747 10px 10px 10px 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #fff;
}

#background-image
{
	position:fixed;
	

}

			
#main-content
{
	background-image: url("images/02.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:fixed;
	
}

.content-box
{
	overflow: auto;
	border: 1px solid #fff;
	-webkit-border-radius: 10px 11px 12px 13px;
	-moz-border-radius: 10px 11px 12px 13px;
	border-radius: 10px 11px 12px 13px;
	background-color: rgba(255, 255, 255, 0.29);
	margin-left: 20%;
	margin-right: 20%;
	padding: 10px;
	top:50px;
	bottom: 160px;
	position: absolute;
	width:60%
}



footer{

    background-color: rgba(255, 255, 255, 0.29);
    bottom: 0;
    padding: 5px 20px;
    position: fixed;
    right: 0;
}


p {
    margin: 0;
    padding: 0;
}

#center-wraper{
	width:100%;

}

#http-message {
    background-color: rgba(255, 255, 255, 0.29);
    border: 4px solid #fff;
    border-radius: 10px;
    color: #fff4f4;
    font-size: 35px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    text-shadow: 3px 2px 1px #040404;
    text-transform: uppercase;
    width: 450px;
}

#http-code {
    color: #fff;
    font-size: 155px;
    font-weight: bold;
    margin-top: 33px;
    position: relative;
    text-align: center;
    text-shadow: 6px 6px 14px #f40000;
    width: 100%;
}
