html {
	position:relative;
	min-height: 100%;
}

body {
	/*height of the footer*/
	margin-bottom: 30px; 
}

#wrap { 
	height:auto;
}

#footer {
	text-align: right
}

#global {	
	width: 960px;
	margin: 0 auto;
}

#global #content{
	min-height: 300px;
}

.clearer{
	clear: both;
}
