@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/background_menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.logo_box {
	height: 85px;
	position: relative;
}
.logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.header {
	width: 800px;
	margin-top: 15px;
}
.menu {
	float: left;
}
.menu img {
	margin-right: 15px;
}
.artist {
	margin-left: 380px;
	}
.artist img{
	margin-right: 5px;
	vertical-align: middle;
}
.icon {
	margin-left: 15px;
}
.text {
	width: 760px;
	margin-top: 50px;
	margin-left: 20px;
	color: #444444;
	line-height: 140%;
	font-size:12px;
}