html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

body {
    background: url(../images/background.png) 100% 0 no-repeat fixed; 
    background-position: 50%;
    background-size: cover;
}

#line {
    background: url(../images/backgroundline.png) 100% 0 no-repeat;
    overflow: auto; 
    background-position: 50%;
}

#line_second a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    margin-bottom: 38px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading_image.gif') 50% 50% no-repeat rgb(249,249,249);
}