html {
	width: 100%;
	text-align: center;
}
body {
	background-color:#000;
}
#nav {
	text-align: center;
	margin: 0 auto;
}
#nav .music,
#nav .music a,
#nav .music a:hover {
	width: 103px;
	height: 36px;
	display: block;
	background: url(../images/music.png) no-repeat;
}
#nav .music a:hover {
	background: url(../images/music-ro.png) no-repeat;
}
#nav .video,
#nav .video a,
#nav .video a:hover {
	width: 98px;
	height: 36px;
	display: block;
	background: url(../images/video.png) no-repeat;
}
#nav .video a:hover {
	background: url(../images/video-ro.png) no-repeat;
}
#nav .shop,
#nav .shop a,
#nav .shop a:hover {
	width: 93px;
	height: 36px;
	display: block;
	background: url(../images/shop.png) no-repeat;
}
#nav .shop a:hover {
	background: url(../images/shop-ro.png) no-repeat;
}
#nav .contact,
#nav .contact a,
#nav .contact a:hover {
	width: 149px;
	height: 36px;
	display: block;
	background: url(../images/contact.png) no-repeat;
}
#nav .contact a:hover {
	background: url(../images/contact-ro.png) no-repeat;
}

#logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
#logo h1 {	
	font-family: Arial, Arial Black, Helvetica;		
	font-size: 36px;		
	color: #fff;
	padding-top: 0px;
	font-weight: bold;	
}
#logo h1 a {
	text-decoration: none;
	color: #fff; 
}
#gallery {
	margin: 0 auto;
	text-align: center;
	width: 860px;
}
#gallery h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;	
}
#gallery table {
	border-collapse: collapse;
	/*border: 1px solid #fff;*/
}
#gallery .image {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	width: 266px;
	height: 273px;
	background-repeat: no-repeat;
}
#gallery .image a {
	display: block;
	width: 266px;
	height: 273px;
}
#gallery .image .date {
	position: absolute;
	margin-top: -265px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#gallery .image .title {
	position: absolute;
	margin-top: -52px;
	margin-left: 15px;
	width: 235px;
	height: 42px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#gallery .image:hover .title {
	color: #de9b18;
}
#footer {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#page_numbers {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#page_numbers li {
	display: inline;
	margin-left: 2px;
	padding: 2px 6px 2px 6px;	
}
#page_numbers li a {
	font-size: 12px;
	display: inline;
}
#page_numbers a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 12px;
	width: 20px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #cccccc;
}
#page_numbers a:hover {
	color: #000;
	font-size: 12px;
	border: 1px solid #fff;
	background-color: #fff;
}