/* CSS Document */

/* CSS Document */




html {
text-align:center; background-image:url(images/bghealth.jpg);
}

body {
position: relative;
width: 800px;
margin: 0  auto;
text-align:left; border:thin;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
color: #FFFFFF; 

}
#header { background-image:url(images/healthbanner.jpg); width:800px; height:100px;
	
}
h1,h2 { background-color:#06C; text-align:center;
	
	
}
#main { height:auto; width:800px; background-color:#000; padding-top:25px;

	
	
}
#workouts { width:700px; height:200px; overflow:scroll; 
	
	
}
#footer { background-image: url(images/healthfooter.jpg); width:800px; height:50px;
	
	
}