*{ margin: 0 auto;}


html, body {
	background:white; 
	margin: 0 auto; 	
	font-family:"avenir_lt_std45_book",Arial, Helvetica, sans-serif; 
	font-size:12px;
	height:auto;
	}


#header {	
	position:fixed;
	top:0;
	top:10px;
    z-index: 1;
    width: 100%;
	height: 120px;
	color:#de4343;
	left:50%;
	margin: 0 0 0 -50%;
	}
	
#page-wrap{	
    width: 1024px;
	height: auto;
	}	
	
#page1 {
	height:760px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;
	background-image:url(../images/we-are-activate.png);
	background-position:bottom
	}
	
#page2 {
	height:750px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;	
	background-image:url(../images/our-process.png);
    background-position:bottom;
	}
	
#page3 {
	height:800px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;
	background-image:url(../images/makes-us-unique.png);
	background-position:bottom;	
	}

#page4 {
	height:875px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;	
	background-image:url(../images/why-activate.png);		
	background-position:bottom;	
	}

#page5 {
	height:720px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;	
	}

#page6 {
	height:150px;
	width:1024px;
	background:#ffffff;
	background-repeat:no-repeat;	
	}	
	
#footer {
	height:auto;
	width:1024px;
	background:#ffffff;
	vertical-align:bottom;
	}	
		
#project {
	height:700px;
	width:1024px;
	background:#ffffff;
	}
		
.page-padding {height:110px; width:100%;}

a { color:#de4343; text-decoration:none;}
	
a:hover { text-decoration:underline;}
