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

/*Global*/
.clear:after{content:"."; visibility:hidden; height:0px; clear:both; display:block;}
a:active, a:visited, a:focus{outline:none;}

html{height: 100%;}
body{background:url("../images/background_blur.jpg") no-repeat center top; background-size: cover; color:#1a1a1a; font-family:Arial, Helvetica, sans-serif;}

#logo{max-width:640px; width:100%; height:auto; margin:50px auto 0px auto;}
#logo img{display:block; width:100%;}
#text{max-width:640px; width:100%; height:auto; margin:0px auto; padding:20px; box-sizing:border-box; border-radius:10px; background:rgba(255,255,255,0.6); font-size:16px; line-height:1.3em;}
#text p{margin-bottom:1em; text-align:center;}
#text a{color:#1387c2; font-weight:bold; text-decoration:none;}
#text a:hover{text-decoration:underline;}
#text h1{font-size:26px; text-align:center; margin-top:0.5em; margin-bottom:1em; font-weight:bold; color:#1387c2;}