@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
}
#index-pagecontent {
	background-attachment: fixed;
	background-image: url(images/muscleforsale-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #211b15;
	height: 625px;
	width: 100%;
}
#index-logo {
	height: 200px;
	width: 320px;
	top: 200px;
	left: 50%;
	margin-left: -160px;
	position: absolute;
	z-index: 50;
}
#index-muscleman {
	position: absolute;
	width: 207px;
	height: 424px;
	top: 121px;
	right: 5%;
	z-index: 0;
}
#index-welcometext {
	position: absolute;
	top: 420px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	z-index: 100;
	text-align: left;
}
#index-warningtext {
	font-size: 10px;
	color: #CCC;
}
/* The header and footer */
.header {
	display:block;
	background: #211b15;
	height: 110px;
	color:#fff;
	text-align:left;
	}
 .footer {
	display:block;
	background: #211b15;
	color:#fff;
	text-align:left;
	padding:5px;
	}
/* This bit does all the work */
#container {
	position:relative;
	display:block;
	background:#ffffff;
	border-left:250px solid #211b15;
	overflow:visible;
	text-align: left;
	color: #000000;
	}
#left {
	float:left;
	position:relative;
	width:250px;
	margin-left:-250px;
	display:inline;
	background: #211b15;
	background-image: url(images/muscleforsale-bodybuilder.jpg);
	text-align: left;
	color: #ffffff;
	}
#container #padding {
	padding: 10px;
}
.clear {
	clear:both
	;height:1px;
	overflow:hidden;
	}

<!--[if IE]>
#container {
	display:inline-block;
    }
#left {
	width:249px;
    }
<![endif]--> 