body { 
 height: 100%;
 background: #FFFFFF; 
 color:#00aa88;
 font-family:Calibri,Arial;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-position: top center;
}

h1 {
	text-align:left;
	text-indent:0px;
	color:#00aa88;
	font-family:Calibri,Arial;
	line-height:10px;
	}
	
h2 {
	text-align:left;
	text-indent:0px;
	color:#00aa88;
	font-family:Calibri,Arial;
	line-height:11px;
	}
	
#logo{
	position: absolute;
	width : 512px;
	height: 512px;
	top: -50px;
	left: 50%;
	text-align: center;
	margin-top: 0px;
	margin-left: -256px; 
	background: url("images/fidjiz.png");
	}
	
#saas{
	position: absolute;
	width : 780px;
	height: 450px;
	top: 400px;
	left: 50%;
	text-align: center;
	margin-top: 0px;
	margin-left: -390px; 
	background: url("images/saas.png");
	}
	
#footer{
	position: absolute;
	width : 400px;
	height: 120px;
	top: 880px;
	left: 50%;
	text-align: center;
	margin-top: 0px;
	margin-left: -200px; 
	}
	
#empty{
	position: absolute;
	width : 400px;
	height: 80px;
	top: 1100px;
	left: 50%;
	text-align: center;
	margin-top: 0px;
	margin-left: -200px; 
	}
	
:root {
  var-top: 230px;
}