body {
	font-family: 'Raleway', sans-serif;
    color: #f0f0f0;
	background-repeat: no-repeat;
	background-color: #333333;
	background-position:center;
	text-shadow: 2px 2px #000000;
	background-size: 100%;
	background-attachment:fixed;
}
body p {
	text-align: center;
	font-weight: bold;
}
body a {
        color: #d0f0e0;
}
body h1 {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 20;
    right: 0;        
    text-align: left;
    top: 40%;
}