/* CSS Document */
/*---------- Site Wide Styles ---------------*/
body {
	margin-top: 0;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/design/background.jpg);
	background-color: #9a9a9a;	
}

img {
	border: 0;
}

#main {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 155px;
	display: block;
}

.side {
	background-repeat: repeat-y;
	background-position: center top;
	background-image:url(images/design/sides.jpg);
	width: 41px;
	height: inherit;
	float:left;
}

.content {
	width: 918px;
	margin: 0 auto;
	float: left;
	height: inherit;
}

.footer {
	width: 1000px;
	height: 19px;
	display: block;
	clear: both;
	background-image:url(images/design/footer.jpg);
}

img.center {   
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.center {
	text-align:center;
}

/*----------------- Home --------------------*/

#height_home {
	height: 3000px;
	width: 1000px;
}

#content_home {
	background-color: #e0e0e0;
}

#container1_workout {
	width: 622px;
	height: 225px;
	margin: 0 auto;
}

#container2_workout {
	width: 622px;
	height: 360px;
	margin: 0 auto;
}

/*--------------- Nutrition ------------------*/

#height_nutrition {
	height: 4300px;
	width: 1000px;
}

#content_nutrition {
	background-color: #e0e0e0;
}

#container1_nutrition {
	width: 622px;
	height: 220px;
	margin: 0 auto;
}

#container2_nutrition {
	width: 622px;
	height: inherit;
	margin: 0 auto;
}

/*-----------------Technique -------------------*/

#height_day1 {
	height: 4400px;
	width: 1000px;
}
#height_day2 {
	height: 6000px;
	width: 1000px;
}
#height_day3 {
	height: 3300px;
	width: 1000px;
}
#height_day4 {
	height: 5200px;
	width: 1000px;
}
#height_other_videos {
	height: 1000px;
	width: 1000px;
}

#content_technique {
	background-color: #e0e0e0;
}