@charset "UTF-8";
/* CSS Document */

body{
	background-color:#015e9e;
	font-family: 'Signika', sans-serif;
	margin:0 auto;
	color:#fff;
	text-shadow:2px 2px 2px #013e66;
	}
	
#logo, #photo{
	width:100%;
	text-align:center;
	}

#logo{
	margin-top:40px;
	}

h1, h2{
	width:600px;
	margin:0 auto;
	}

h1{
	font-size:24px;
	padding:30px 0;
	font-weight:400;
	}

h2{
	font-size:18px;
	font-weight:normal;
	margin-bottom:80px;
	}
	
#button {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcdee0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcdee0;
	box-shadow:inset 0px 1px 0px 0px #dcdee0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffdd00), color-stop(1, #ff9500) );
	background:-moz-linear-gradient( center top, #ffdd00 5%, #ff9500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd00', endColorstr='#ff9500');
	background-color:#ffdd00;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	border:1px solid #014573;
	display:inline-block;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-shadow:none;
	margin:0 auto;
	display:block;
	width:550px;
	padding:20px 25px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
	font-weight:700;
}
#button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9500), color-stop(1, #ffdd00) );
	background:-moz-linear-gradient( center top, #ff9500 5%, #ffdd00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9500', endColorstr='#ffdd00');
	background-color:#ff9500;
}
#button:active {
	position:relative;
	top:1px;
}