html {
			height: 100%;
			background: #f1f1f1;			
}
body {
			padding: 0px;
			margin: 0px;
			text-align: center;
			height: 100%;
			font-family: Tahoma, Arial;
}
h1 {
	font-size: 100px;
	color: #cccccc;
}
h3 {
	font-size: 30px;
	color: #cccccc;			
}
a {
	color: #cccccc;
}