﻿html {
    background: url('../images/FlagGammaLightBig.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 20px 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

img {
    border: 0;
}

p {
    margin: 0;
}

.clear {
    clear: both;
}

#container {
    width: 1024px;
    margin: 0 auto;
}

#topSlides {
    margin-left: 50px;
}

#topSlides img {
    width: 134px;
    height: 134px;
}