body, html {
    min-height: 100%;
    height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
    background: url(images/background_image.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


a:link,
a:visited,
a:hover,
a:active {
	color: #666666;
}  



.centerhelp {
	text-align: center;
	width: 100%;
}


#container {
    position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10%;
    padding: 30px 0px 20px 0px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}

@media(max-width:767px){#container   {width: 100%; border-radius: 0px; margin-top: 0%;}}
@media(min-width:768px){#container  {width: 80%; border-radius: 30px;}}
@media(min-width:992px){#container  {width: 50%; border-radius: 30px;}}
@media(min-width:1200px){#container   {width: 40%; border-radius: 30px;}}

#header {
	position:relative;
	width: auto;
    text-align: center;

}

#slogan {

}

img.logo {
    width: 90%;
    height: auto;
    opacity: 1;
}


#infotxt {
	font-size: 18px;
	font-style: normal;
    color: #919FAB;
	text-align: center;
	width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
	font-size: 18px;
	font-style: normal;
	color: #919FAB;
	text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.footer a {
    font-weight: bold;
    text-decoration: none;
    color: #919FAB;

}
