
body {
background-image: url(../Images/Peugeot_WCTY_Page_1.gif); /*You will specify your image path here.*/

-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}

.custom {
    width: 50% !important;
}
