html
{
	background: url(background.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover; 
}

t1 
{
  	color:#F2F2F2;
  	font-size:16pt;
  	font-family:arial, "lucida console", sans-serif;
	text-shadow: 0px 0px 10px black;
}

t2
{
  	color:#F2F2F2;
  	font-size:8pt;
  	font-family:arial, "lucida console", sans-serif;
	text-shadow: 0px 0px 10px black;
}

