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

body {
	background: url(img/fond2.jpg) no-repeat center top;
	background-color: white;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page {
	width: 100%;
	text-align: center;
	background-color: transparent;
}

#head {
	border: 0px;
	text-align: right;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	height: 74px;
}

#content {
	border: 0px;
	text-align: left;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 960px;
	height: 400px;
}

#footer {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size: 9px;
	border: 0px;
	text-align: right;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	height: 74px;
}

#blocG {
	border: 0px;
	text-align: left;
	margin : 0px 0px 0 20px;
	padding : 0px;
	width: 380px;
	height: 300px;
	float: left;
}


#album1 {
	background-color: #212121;
	font-size: 14px;
	font-style: italic;
	color:#FFF;
	border: 0px;
	text-align: left;
	margin : 0px 0 2px 0;
	padding : 5px;
	width: 380px;
	height: 40px;
	float: left;
	cursor: pointer;
}

#album1:hover {
	background-color: #50c7f4;
	color:#000;
}

#box1{
	background-color: #212121;
	color:#FFF;
	font-size: 14px;
	font-style: italic;
	border: 0px;
	text-align: left;
	margin : 0px 20px 2px 0px;
	padding : 5px;
	width: 380px;
	height: 20px;
	float: right;
	cursor: pointer;
	text-decoration: none;
}

#box1:hover{
	background-color: #e10019;
	color: #FFF;
	text-decoration: line-through;
}

a span {
  display: block;
}

a {
  color: #e10019;
}

#donate{
	color:#000;
	font-size: 14px;
	font-style: italic;
	border: 0px;
	text-align: left;
	margin : 10px 20px 2px 0px;
	padding : 0px;
	width: 380px;
	height: 20px;
	float: left;
	text-decoration: none;
}

#ccommons{
	color:#000;
	font-size: 14px;
	font-style: italic;
	border: 0px;
	text-align: right;
	margin : 10px 20px 2px 0px;
	padding : 10px 0 0 0;
	width: 380px;
	height: 20px;
	float: right;
	text-decoration: none;
}