html {

    height: 100%;

}

body {

background: #e3d3f2; /* Old browsers */

		height: 100%;

		margin: 0;

		background-repeat: no-repeat;

		background-attachment: fixed;

		font-family: arial;			

}

.mainContainer {position:relative; text-align:center;}

h1 {position:fixed; top:50%; right:0; bottom:0; left:0; color:#000; margin:-10px 0 0; padding:0;}