body {
    background-color: #666;
    color: #ddd;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}



h1, h2, h3 .gallery {
    text-align: center;
}



.gallery:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
}

.gallery img {
    height: 100%;
}

.gallery a {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    margin: 2px 0px;
    box-shadow: 0px 0px 0px -1px #000;
   
}

.baguetteBoxOne {
	width:1090px; 
	margin:40px auto 0 auto;
}