h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 2em;
}

a {
	text-decoration: none;
}

.title_image {
	position: relative;
	top: 15px;
}

body {
	background-image: url(music.png)
}

span.text_link {
	border: 1px solid black;
	background-color: white;
	padding: 0.2em;
	font-weight: bold;
}

#content {
	width: 50%;
	margin: 0 auto;
	text-align: justify;
	background-color: white;
	border: 1px solid black;
	padding: 0.6em;
}

#play_section,
#resume_download  {
	text-align:center;
	margin: 1em auto;

}

#play_section img,
#resume_download img {
	margin-right: 2em;
	position: relative;
	top: 0.4em;
}

#pictures_left {
	position: absolute;
	top: 0;
	left: 0;
}

#pictures_right {
	position: absolute;
	top: 0;
	right: 0;
}

#site {
	text-align: center;
}

ul {
	list-style: none;
	margin-top: 2em;
}

img {
	border: 0;
}

#admin_menu {
	position: absolute;
	top: 0;
	left: 20%;
	border: 1px solid black;
	background: white;
	color: black;
}

#login {
	float: left;
}

#login a {
	visibility: hidden;
}

#login:hover a {
	visibility: visible;
}

#admin_menu ul {
	margin: 0;
	padding: 0;
}

.response {
	font-weight: bold;
	text-align: center;
	color: green;
}

.error {
	color: red;
}

#image_zoom {
	position: absolute;
	top: 30px;
	margin: 0 auto;
	border: 1px solid black;
}