html {
	background: url(../img/bg.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
h1 {
	font-size: 4em;
	color: #0093c9;
		
}
h3 {
	font-size:2.5em;
	color:#fff
}
h3 .span {
	font-size:0.6em;
	color:#fff;
	font-weight:lighter
}
p {
	color: #fff;
}
