@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: black;
	color: black;
	font-size: 100%;
	font-family: Arial, Verdana, "Bitstream Vera Sans", Helvetica, Serif;
	margin-bottom: 20px;
}

div.main {
	background: white;
	width: 957px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div.menu {
	position: relative;
	top: -75px;
	left: 285px;
}

div.menu a {
	margin-right: 20px;
}

div.inscription {
	float:left;
	width: 212px;
	height: 488px;
	margin-left: 00px;
	margin-right: 50px;
	margin-bottom: 20px;
	background-image: url(../img/frame-left.gif);
	color: white;
	font-size: 22px;
}

div.inscription div {
	margin: 20px;
}

div.content {
	width:675px;
	float:left;
	margin-bottom: 20px;
	background-image: url(../img/background.png);
	background-position: top;
	font-size: 18px;
}

div.content blockquote {
	font-weight:bold;
}

div.design {
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
}

div.design a {
	color:grey;
}

.separation {
	color: white;
	clear:both;
}

a img {
	border: none;
}

div.menuArtist a{
	color: white;
	line-height:1.9;
}
div.menuArtist a:hover{color: gray;}
div.menuArtist a:active{color: white;}
div.menuArtist a:visited{color: white;}
div.menuArtist a:link{color: white;}

