@charset "utf-8";
body{
	color:#fff;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	width: 575px;
	color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position:relative;
	height: 780px;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.album {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	visibility: hidden;
	clear:both;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



h1 {
	margin: 40px 0 30px 0;
	padding: 0px;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: normal;
        letter-spacing:0;
	background-image: url(images/dial.png);
	background-repeat: no-repeat;
	background-position: center top;
        height:38px;
}

h1 span {
       display:none;
}
.maj {
	text-transform: uppercase;
}
#footer {
	font-size: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 575px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
}


h3, h2, h4 {
	font-size: 12px;
	font-weight: normal;
}

h2 {
        margin: 20px 0 10px 0;
}


h3 {
        margin: 0 0 10px 0;
}

a.contact{
      position:absolute;
      top:20px;
      right:40px;
      color:#FFF;
      text-decoration:none;
}

a.contact:hover {
     color:#333;
}

p {
	margin: 0 0 10px 0;
	padding: 0px;
}
#group {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

