/***********************************************************************************/
/*																				   */
/*  CSS Document | January 2007 | Mosaique New Media | Martin Lee  			       */
/*																				   */
/***********************************************************************************/

/* Config */
html, body, html body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	}
	
body {	
	text-align: center;	
	}
	
#wrapperPort{
	height:100%;
	width:100%;	
}


form {
	padding:0px;
	margin: 0px;
}	
	
h1, h4, hr {
 display: none; 
	}

ul {

}	



a:active, a:focus {
	
}
	
/****************  footer  *************/
#footerBottom{
	text-align: center;	
	position:absolute;
	height:15px;
	bottom:5px;
	width: 850px;
	margin: auto;
	z-index:2;
}

#footerBottom{
color:#777777;
}

#footerBottom a{
color:#777777;
}

#footerBottom a:hover{
color:#333333;
}


