* {}
html {height:100%; position: relative}
body {
	height:100%;
	width:100%;
	position: relative;
	background-color: #EFEFFB;/*
	background: -webkit-linear-gradient(#EFEFFB, white); /* For Safari 5.1 to 6.0 
	background: -o-linear-gradient(#EFEFFB, white); /* For Opera 11.1 to 12.0 
	background: -moz-linear-gradient(#EFEFFB, white); /* For Firefox 3.6 to 15 */
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
	overflow-y: hidden;

}
p {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	margin: 0 0 100px;
}