body.background {
	padding: 0;
	background-color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body {
	background-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5958;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #92c0cb;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 5a5958;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 5a5958;
	text-decoration: none;
}
.content {
	width: 800px;
	border: thin solid #818181;
	position: relative;
	top: 30px;
	padding: 5px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 500px;
}
.index_content {
	width: 100%;
	height: 470px;
	text-align: right;
	vertical-align: middle;
	background-color: #b1b0ae;
	background-image: url(images/index.jpg);
}
.contact_content {
	width: 100%;
	height: 370px;
	background-image: url(images/contact_back.jpg);
	padding-top: 100px;
}
.teaching_content {
	width: 100%;
	height: 370px;
	background-image: url(images/teaching_back.jpg);
	padding-top: 100px;
}
.choreography_content {
	width: 100%;
	height: 370px;
	background-image: url(images/choreography_back.jpg);
	padding-top: 100px;
}
.biography_content {
	width: 100%;
	height: 370px;
	background-image: url(images/biography_back.jpg);
	padding-top: 100px;
}
.content_text {
	width: 50%;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5a5958;
	text-decoration: none;
	text-align: left;
	padding-left: 17px;
}
.footer {
	width: 100%;
	height: 30px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}