html, body{height:100%; margin:0;padding:0}



body {

	font-family: 'Yanone Kaffeesatz', sans-serif;

}



/************

 *	HOME

 ***********/

#home{

    padding-top: 60px;

	color:#B9B9B9;

}

#home p {

	max-width: 550px;

	margin-left:auto; 

	margin-right:auto; 



}

img {
	max-width:100%;
	max-height:100%;
}






/************

 *	CONFIRMATION

 ***********/

#confirmation {

	padding-top: 60px;

}



#confirmation .marketing {

	margin-bottom: 30px;

}



#confirmation footer {

	padding-top: 19px;

    color: #bbb;

    border-top: 1px solid #ccc;

}