@CHARSET "ISO-8859-1";

body {
	font-family: sans-serif;
	font-size: 12px;
}

body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    /* The road less travelled for sure!!! */
    background-image: url("../images/road.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}