body {
    background-color: #1A0D09;
    background-image: url("images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
}
p {
    color: gray;
    font-family: tahoma;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h1 {
    color: #99CC33;
    font-family: tahoma;
    font-size: 25px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 10px;
}
h2 {
    color: #99CC33;
    font-family: tahoma;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
h3 {
    color: silver;
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
blockquote {
    background-image: url("images/quote.png");
    background-position: -2px -5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid silver;
    color: gray;
    font-family: georgia;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 20px;
    margin-left: 160px;
    margin-top: 20px;
    min-height: 50px;
    padding-left: 50px;
    width: 485px;
}
a {
    color: silver;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #99CC33;
}
#stage {
    height: 800px;
    margin: 0 auto;
    position: relative;
    width: 1178px;
}
#mainwrapper {
    margin: 0 auto;
    width: 900px;
}
#content {
    min-height: 400px;
    padding: 35px;
    width: 830px;
}
#footer {
    background-color: gray;
    color: white;
    height: 100px;
    padding: 20px;
}
img.floatleft {
    float: left;
    padding: 20px;
}
img.floatright {
    float: right;
    padding: 20px;
}
.clear {
    clear: both;
}
ul {
    list-style-type: disc;
    margin: 10px;
    padding: 10px;
}
li {
    padding-left: 5px;
}
p.credit {
    font-size: 75%;
}
#postcode {
    margin: 0 0 5px 150px;
}
input {
    background-color: white;
    border-radius: 7px 7px 7px 7px;
    color: #666666;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    padding: 5px;
}
#chair {
    left: 45px;

    position: absolute;
    top: 400px;
    z-index: 1000;
}
#lamp {
    right: 37px;
    position: absolute;
    top: 135px;
    z-index: 999;
}
