﻿html, body {
    background-image: url('../Images/wood.png');
    background-repeat: repeat;
}

.light {
    background-image: url('../Images/lights.png');
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    height:165px;
    width:100%;
    margin-bottom: 150px;
}
