* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-size: 100px;
	padding: 10px;
}


#footer {
    position:absolute;
	
	margin: 0 auto;  /*positions centre*/
	left: 0;  /*positions centre*/
	right: 0;	  /*positions centre*/
	
    bottom:0;
    width:200px;
    height:60px;   /* Height of the footer */
	padding: 10px 10px 10px 10px;
	
	text-align: center;
	/*background-color: #fff;*/ /*white*/
}

.p_footer {
	color: #fff;
}
