body {
	background-image: url(img/background.png);
	background-repeat: repeat;
}

#illustration {
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	height: 898px;
	width: 718px;
	background-image: url(img/illustration.png);
}

#mp3 {
	z-index: 1;
	position: fixed;
	left: 140px;
	top: 73px;
}

.content {
	margin-bottom: 50px;
	z-index: 1;
	position: absolute;
	left: 500px;
	top: 50px;
	background-color: #fefcfa;
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #d4eaf9;
}

h1 {
	margin: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #d4eaf9;
	border-style: solid;
	border-bottom-width: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	font-family: Cochin, Georgia, serif;
	z-index: 0;
}

p {
	font-family: "Gill Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1c2429;
	margin: 10px;
	font-size: 13px;
}

a {
	color: #4b84e9;
}

a:hover {
	color: #4042d4;
}

hr {
	border-bottom-style: solid;
	border-bottom-color: #d4eaf9;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
}

h2 {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family: "Gill Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #435874;
	margin: 20px;
	font-size: 12px;
}

i {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-family: Cochin;
}

b {
	font-size: 20px;
	font-family: Cochin;
	font-style: normal;
	font-weight: normal;
}

