@charset "utf-8";
/* CSS Document */
.logo img {
    display: block;
	margin: 0 auto;
}
.images img {
    display: block;
    margin: 30px auto 0;
    -webkit-box-shadow: 4px 4px 20px 4px rgba(0,0,0,1.00);
    box-shadow: 4px 4px 20px 4px rgba(0,0,0,.75);
}
footer {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    text-align: center;
    color: #000033;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
}
