*	{ box-sizing:border-box; }
html	{ margin:0px; -webkit-text-size-adjust:100%; overflow-y:scroll; }
body	{ font-family:time; font-size:14px; color:#000000; margin:0px; }
#back 	{ z-index:-1; position:fixed; left:0px; top:0px; width:100%; height:100%; background:url(/pics/beach3.jpg) no-repeat center center fixed;
	  -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; opacity:1; }

#fade	{ position:fixed; left:0px; top:0px; width:100%; height:100%;
	  background: linear-gradient( to bottom, rgba(0, 0, 50, .6) 0%, rgba(0, 0, 50, 0) 70% ); }
