@charset "utf-8";
body {
	background-color: #000000;
}
.container {
	height: 525px;
	width: 700px;
	background-color: #00CCFF;
}
.menu1,.menu2,.menu3,.menu4  {
	text-align: center;
	width: 25%;
	clear: none;
}
.menu {
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	height: 15px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 1px;
}
.menu1 {
	float: left;
}
.menu2 {
	float: left;
}
.menu3 {
	float: left;
}
.menu4 {
	float: left;
}
.left, .right {
	background-image: url(images/opacity.png);
	height: 88%;
	width: 44%;
	float: left;
	margin-top: 25px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

.left {
	float: left;
	margin-left: 25px;
}
.right {
	float:right;
	margin-right: 25px;
}
#center {
	width:700px;
	height:525px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-260px auto auto -350px;
	text-align:center;
	background-color: #000000;
	background-image: url(images/gym_dumbells.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
}
img, div {
	behavior: url(iepngfix.htc);
	text-align: left;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: black;
	text-decoration: none;
	font-weight: normal;
	display:block;
}
.menu a:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: white;
	display:block;
}
.div-text {
	color: black;
	text-decoration: none;
}
.div-text a:link, .div-text a:visited, .div-text a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
.div-text a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
p { 	margin-top: 5px;
}
