@import url(reset.css);

body, html { height: 100% }

body {
  font-size: 12px;
  background: #000 url(images/bg.jpg) no-repeat scroll center top;
  font-family: Verdana, sans-serif;}

.main, .footer {
	margin: 0 auto;
  width: 750px;}

.main {
  margin: 0 auto -60px;
  min-height: 100%; 
  height: auto !important;
  height: 100%;
  overflow: hidden;}

.header {
  padding: 20px 5px 0;
  width: 750px;}

.filler {
  clear: both;
  height: 60px;}

.content {
	position: relative;
	height: 410px;
	padding: 8px 10px;
	/*background: url(images/main_bg.png);*/}

.woman-hairback {
	position: absolute;
	right: 11px;
	top: -23px;}

.allmuscle {
	position: absolute;
	right: -5px;
	bottom: -20px;}

.footer {
  height: 30px; 
  color: #666;
	text-align: center;
  margin: 0 auto;
  padding: 20px 0 10px;}
  

  
