* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font: 14px/1.4 Georgia, serif;
    text-align: center;
    background: #6fb2f9 url('../images/background-main.jpg') repeat-x fixed;
    font-family: Georgia, "Times New Roman", Times, serif;  
}

article, aside, figure, footer, header, nav, section {
    display: block;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
}

img, img a {
    border: none;
}