html
{
	margin: 0;
	padding: 0;
	background: url(bkg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
font:900 2.7rem "museo-sans-rounded",sans-serif;
color:#ff0000;
text-align:center;
}
#welcome {
position:relative;
margin:50px auto;
width:300px;
}
#welcome h1 {
position:absolute;
bottom:25px;
margin:0;
padding:0 25px;
color:rgba(236, 47, 0, 1);
letter-spacing:-4px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 1), -1px -1px 0 rgba(150, 150, 150, 1);
background-color:rgba(225, 255, 255, .5);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

#welcome a {
position:absolute;
left:-30px;
bottom:125px;
}