body {
	font-size: 0.75em;
	background: #ccc;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin: 0px 10px;
}

h1 {
	width: 350px;
	height: 150px;
	margin: 0px auto;	
	padding: 0px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(img/retrovertigo.png) no-repeat center center;
}

.mainbox {
	background: #fff;
	padding: 1%;
	width: 17%;
	min-width: 150px;
	float: left;
	margin: 0.5%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: justify;
}

.mainbox ul {
	margin: 0px;
	padding: 0px;
}

.mainbox li {
	list-style: none;
}

.about_title, .news_date, .song_title, .contact_title {
	font-weight: bold;
}

.about_title:after, .news_date:after, .song_title:after, .contact_title:after {
	content: ": ";
}

.notebox {
	padding: 5px;
	background: #eee;	
}

#copy {
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

.song_data {
	text-align: right;
	float: right;
	width: 33%;
}

.song_title {
	float: left;
	width: 66%;
}