html,
body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    background:#272727;
}

#content {
    color:#7C7C7C;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-weight:normal;
    font-size:75%;
    line-height:150%;
}

#content * {
    margin:0;
    padding:0;
    font-size:1em;
}

#content a {
    color:#7E3E18;
    font-weight:bold;
    text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
}

#header {
    position:absolute;
    left:2.5em;
    bottom:12.5em;
}

#container {
    position:absolute;
    right:1em;
    bottom:12em;
}

#address {
    padding-left:4em;
    width:24em;
    border-left:1px dashed #7C7C7C;
}
#address dl#phone {
    margin:1.5em 0;
}
#address dt {
    clear:left;
    float:left;
    width:12em;
    font-weight:bold;
}
#address dd {
    margin-left:12em;
}

#getflash {
    padding-right:3em;
    width:20em;
    vertical-align:bottom;
}
#getflash img {
    display:block;
    margin-bottom:2em;
}
#getflash a {
    display:block;
    margin-top:1.5em;
    width:16em;
    background:transparent url(imgs/arrow.jpg) right no-repeat;
}

* html #address {
    width:28em;
}
* html #getflash {
    width:24em;
}
