/* @override http://betunka.com/style.css */

* {
	margin: 0;
}
html, body {

}

#wrapper {
	width: 805px;
	min-height: 95%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
}


#wrapper #logo {
	margin-top: 50px;
	margin-bottom: 20px;
}
#wrapper #botones {
	margin-top: 150px;
	margin-bottom: 50px;
}

#contacto {
	margin-top: 150px;
	margin-bottom: 50px;
}	
#wrapper #footer {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	clear: both;

}

#footer, #push {
	background: url(cr.jpg) no-repeat center;	
	height: 36px; /* .push must be the same height as .footer */
}


