* {
    margin: 0 0;
    padding: 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
h2 {
    font-size: 15px;
}
a {
    color: #555;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #aaa;
}
html {
    height: 100%;
}
body {
    background-color: #fcfcfc;
    background-position: 0 25px;
    font: 14px/18px Arial, sans-serif;
    color: #555;
    height: 100%;
}
#wrapper {
    min-width: 350px;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#content {
    position: relative;
}
#content img {
    display: block;
    margin: 50px auto !important;
    
}
#content span {
    display: block;
    text-align: center;
    font-size: 26px;
}

