﻿html {
    background: url('../images/FlagGammaLightBig_01.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;
}
/*==Styling for the sidebar sections (asides)*/
aside {
    width: 130px;
    padding: 10px;
    float: left;
}

aside {
    width: 130px;
    padding: 10px;
    float: right;
}

/*==Styling for the article sections*/
article {
    padding: 10px;

/*==Side margins should match neighboring column widths*/
margin: 0 150px:
border-right: solid 1px #d0ae83;
border-left: solid 1px #d0ae83;
}

/*==Clearing the float on columns to avoid going past the footer*/
footer {
    clear: both;
    height: 35px;
    padding: 5px;
    background-color: blue;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
    
    
}