/*
 * Design by Free CSS Templates
 * http://www.freecsstemplates.org
 * Released for free under a Creative Commons Attribution 2.5 License
 */

* {
    margin: 0px 0px 0px 0px;
    padding: 0;
}


body {
    background: url(/images/Backgrounds/fire_of_london.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

/*
 * Header
 */

#header {
   width: 1024px;
   height: 190px;
   margin: 0 auto;
}

/*
 * Menu
 */

#menu {
    width: 1024px;
    height: 14px;
    margin: 0 auto;
}

/*
 * Page
 */

#mainpage {
   width: 1024px;
   margin: 0 auto;
}



