body {
	margin: 0;
	padding: 0 0 20px;
	background-color: #666666;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20px;
}

a {color:#cccccc;}
.header,.footer {margin: 20px auto;}
.header {margin-bottom: 40px;}
.header, .header img {
    width:423px;
    height:123px;
}
.footer {
	font-size:14px;
    width:415px;
    height:23px;
	text-align: center;
}
.footer a {text-decoration:none;}
.footer a:hover {text-decoration:underline;}
.footer .cities {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#gallery {
	height: 600px;
	margin:0 auto;
    width:1000px;
}
#galleries {
    margin: 0 auto;
    overflow: auto;
    width:425px;
}
#galleries li {
    float: left;
    margin: 0 50px 40px 0;
    width: 107px;
}
#galleries li.lastcol {
    margin-right: 0;
}