/*html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	background: lightblue;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddf), to(#00F));
	background: -moz-linear-gradient(top,  #ddf,  #00F);
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/

