* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 60px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
	background-color:323232;
}
.push {
	height: 60px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
}
.header {
margin-top:0px;
	background-color:E77300;

}
.cont {
	text-align:center;
	width: 100%;
	/*min-height: 400px;
	overflow:auto;*/
}
#cont a:link {
color: #000;
text-decoration: none;
border-bottom:1px solid grey;
}
#cont a:visited {
color: #000;
text-decoration: none;
border-bottom:1px solid grey;
}