body {
	text-align: center;
	margin: 0px;
	background: #a7a6a7 url(../gfx/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.container {
	width: 740px;
	height: 750px;
	margin: 0 auto;
	background-color: #fff;
}

div.button_area {
	width: 740px;
	height: 550px;
	background: #fff url(../gfx/index_background.jpg) no-repeat;
}
div.button_area div.fitness {
	float: left;
	width: 301px;
	height: 262px;
	padding: 137px 0 0 29px; 
}
div.button_area div.fitness a {
	display: block;
	width: 301px;
	height: 262px;
	background: transparent url(../gfx/index_fitness_button.jpg) no-repeat;
}
div.button_area div.fitness a:hover {
	background-position: 0 -262px;
}

div.button_area div.fysio {
	float: right;
	width: 301px;
	height: 262px;
	padding: 137px 32px 0 0; 
}
div.button_area div.fysio a {
	display: block;
	width: 301px;
	height: 262px;
	background: transparent url(../gfx/index_fysio_button.jpg) no-repeat;
}
div.button_area div.fysio a:hover {
	background-position: 0 -262px;
}

div.choose {
	width: 740px;
	height: 20px;
	padding: 10px 0;
	text-align: center;
	color: #999999;
	font-size: 18px;
}

div.footer {	
	width: 740px;
	padding: 140px 0 30px 0;
	background: transparent url(../gfx/index_background_footer.jpg) no-repeat;
	color: #1F2A90;
}
