@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
#page-404 {
    background-attachment: fixed;
    background-color: #464646;
    background-image: url("../images/404-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

#page-404 address{
    bottom: 20px !important;
    color: #fff;
    font-size: 12px;
    position: fixed !important;
    text-align: center !important;
    width: 100%;
    top: auto;
}
#page-500 address{
    bottom: 20px !important;
    color: #fff;
    font-size: 12px;
    position: fixed !important;
    text-align: center !important;
    width: 100%;
    top: auto;
}
.text-404{
	position: absolute;
	top: 30%;
	left: 45%;
}
#page-500 {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("../images/500-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.text-500{
	position: absolute;
	top: 35%;
	left: 10%;
}
#page-403 address{
    bottom: 20px !important;
    color: #333;
    font-size: 12px;
    position: fixed !important;
    text-align: center !important;
    width: 100%;
}
#page-401 address{
    bottom: 20px !important;
    color: #333;
    font-size: 12px;
    position: fixed !important;
    text-align: center !important;
    width: 100%;
    top: auto;
}
#page-401 {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("../images/401-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.text-401{
	position: absolute;
	top: 40%;
	left: 15%;
}
#page-403 {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("../images/403-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.text-403{
	position: absolute;
	top: 30%;
	right: 20%;
}