* {
	margin: 0;
	padding: 0;
}


p {
	margin-bottom: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -179px; /* the bottom margin is the negative value of the footer's height */
}

#content{
float:left;
position:relative;
margin-top:10px;
width:100%;
}

#info, .txtbox{
margin-left:auto;
margin-right:auto;
}

#info{
width:600px;
}

.txtbox{
width:600px;
line-height:1.4em;
}

h1{
margin:opx;
padding:0 0 20px 0;	
}

.footer, .push {
	height: 179px; /* .push must be the same height as .footer */
}

.footer{
	background:url("../images/SP_Footer.png") repeat-x;	
}

.footer p{
text-align:center;
color:#fff;
padding-top:100px;
}

Cufon.replace('h1', {
	color: '-linear-gradient(white, black)'
});
