body { 
	text-align: center;
	font: 20px Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 40px;
	margin:0;
}

h2 {
	font-size: 30px;
	margin:0;
}

article {
	background: rgba(255,255,255,.7);
	border-radius:10px 0 10px 0;
	padding:10px;
	display: block;
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

a {
	color: #dc8100;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url("bg.jpg");
	min-width: 100%;
	min-height: 100%;
	-webkit-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo {
	background:url(logo.png);
	height: 453px; 
    width: 709px; 
    transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	margin:-50px auto -50px;
}

.text-muted {
	font-size:10px;
	color:#fff;
	margin-top:-10px;
}