
/* layout */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -84px !important; /* the bottom margin is the negative value of the footer's height */
}

.header{width:950px;margin-left:auto;
margin-right:auto;padding:10px;height:100px;background:url('../images/men.png') left bottom no-repeat;}
.header-under{background:url('../images/header_bg.png') repeat-x;}


.content{width:970px;margin-left:auto;
margin-right:auto;}

.push {
	height: 84px; /* .push must be the same height as .footer */
}

.footer{width:930px;margin-left:auto;
margin-right:auto;height:44px;text-align:center;color:#fff;margin-top:30px;padding:20px;border-radius: 10px 10px 0 0;background:rgba(0,0,0,0.6)}
