body, div {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

#center {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
}

#content {
    text-align: left;
    position: relative;
    width: 560px;
    border:1px dotted #CCCCCC;
    margin:auto;
    margin-bottom: 50px;
}

img {
    width: 100%;
    padding: 0px 100px;
    border-bottom:1px dotted #CCCCCC;
}
#text {
    margin: 15px 35px;
}

#map iframe {
    width: 560px;
    height: 400px;
    border: 0;
}

.design-by {
    text-align: center;
    width: 100%;
    color: #eee;
}

.design-by a {
    color: #ddd;
}

@media screen and (max-width: 600px) {
    #center {
        top: 25px;
    }

    #content {
        width: 400px;
    }

    #map iframe {
        width: 400px;
        height: 400px;
    }

    ul {
        padding-left: 20px;
    }

    #text {
        margin: 15px 20px;
    }
}

@media screen and (max-width: 450px) {
    #center {
        top: 10px;
    }

    #content {
        width: 300px;
    }

    #map iframe {
        width: 300px;
        height: 300px;
    }

    #text {
        margin: 10px;
    }
}