body {
	margin: 0;
	background: url(../images/bkg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center; 
}
.container {
	height: 100%;
	width: 100%;
	position: absolute;
}
.header {
	position: relative;
	text-align: center;
	max-width: 400px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	background: rgba(255,255,255,0.6);
}
.header p {
	font-family: Myriad Pro;
	font-size: 14pt;
}
.subscribe {
	position: relative;
	text-align: center;
	max-width: 400px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 2px 0;
	background: rgba(255,255,255,0.6);
}
.subscribe input {
	font-family: Myriad Pro;
	font-size: 14pt;
	padding: 5px 12px;
	width: 245px;
	margin-right: 10px;
}
.subscribe button {
	font-size: 14pt;
	margin-bottom: 4px;
}
.footer {
	position: relative;
	text-align: center;
	max-width: 400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	color: white;
	font-weight: bold;
}
.footer a,
.footer a:hover,
.footer a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}