html{
    height: 100%;
}

body{
    height: 100%;
    margin: 0;
    padding:0;
    background-size: cover;
}

.box{
    position: absolute;
    left: 50%;
    top: 10%;

}

h1{
    padding: 0;
    margin: 0;
    font-size: 20;
    margin-bottom: 5px;
}

.innerbox img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.container{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
    min-height: 100%;
}

.bgimage{
    min-height: 100%;
    background: url('/error/images/slider_pattern.png');
    width: 100%;
    height: 100%;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.innerbox{
    position: relative;
    left: -50%;
    text-align: center;
    margin-left: 20px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    background: rgb(0, 0, 0);
    background: rgba(180, 180, 180, 0.7);
    width: 700px;
    color: #fff;
    padding: 15px;
    font-family: Arial;
    text-shadow: 0.2em 0.15em 0.5em #ccc;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

a:link, a:visited, a:active, a:hover{
	text-decoration: none;
	color: #ff9933;
}
