body {
  font-size: 12px;
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", 
    "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", 
    "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", 
    "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
form#poster {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 730px;
    height: 316px;
    background-color: #94060d;
}
textarea {
    font-family: "Gotham", "Segoe UI", Candara, "Bitstream Vera Sans", 
        "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    border: 0px solid green;
    position: absolute;
    color: white;
    background-color: #94060d;
    left: 510px;
    overflow: hidden;
}
#main {
    font-size: 14px;
    top: 85px;
    height: 125px;
    width: 200px;
}
#extra {
    font-size: 11px;
    font-weight: bold;
    top: 220px;
    border-bottom: 1px solid #ccc;
    width: 219px;
    padding: 0;
    height: 35px;
    letter-spacing: -1px;
}
#credit {
    font-size: 11px;
    font-weight: bold;
    top: 260px;
    width: 219px;
    letter-spacing: -1px;
}
textarea:hover {
    background: #946a6c;
}
textarea:focus {
    background: #ffc;
    color: black;
}
#furniture {
    position: absolute;
    top: 330px;
}

