body {
 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 background-image: url(/ui/bg.png);
 background-repeat: repeat;
}

#poosey {
    margin: auto;
    width: 200px;
    padding-top: 50px;
    padding-bottom: 30px;
}

#main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 760px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    height: 90%;
}

#logo {
    width: 200px;
    float: left;
}

#search {
    width: 500px;
    height: 50px;
}

#search input {
    font-family: Arial,Helvetica,sans-serif;
}

#letters ul {
	margin: 0;
	padding: 5px;
    list-style-type: none;
}

#letters li {
    display: inline;
}

#subletters ul {
	margin: 0;
	padding: 5px;
    list-style-type: none;
}

#subletters li {
    display: inline;
}

#subletters a {
    font-weight: bold;
}

#scene {
    font-size: 14pt;
    padding: 15px;
    border: 1px solid #da70d6;
    background-color: #ffe4e1;
    color: #000;
}

#scene blockquote {
    font-size: 12pt; 
}

#copyright {
    margin: auto;
    width: 200px;
    padding-bottom: 50px;
}