body {
	margin: 0px;
	text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a, a:link, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
}

.title > img:first-child {
    position: fixed;
    left: 0px;
    right: 0px;
}

#call {
    position: fixed;
    bottom: 1px;
    right: 1px;
    width: 50px;
}

@media (min-width: 800px) {
    .title > img {
        max-width: 845px;
    }
    .content > img {
        max-width: 845px;
    }
}
