﻿body {
    background: transparent url('images/bg_body.png') repeat-x;
}

#header {
    background: transparent url('images/bg_heading.png');
}

#container {
    background: transparent url('images/bg_container.png');
    height: 402px;
    position: relative;
}

#container p {
    color: rgb(148, 134, 113);
}

a.large:link, a.large:active, a.large:visited, a.large:hover {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 10px 0;
    display: block;
    color: #FFFFFF;
    text-decoration: none; 
    padding: 0 22px 0 22px; 
    border-left: dashed 1px #FFFFFF;
}

a.large:hover {
    color: #F0F0F0;
}
