* {
margin: 0;
padding: 0;
}

#ads {
float: left;
width: 450px;
padding: 0;
}

#textpro {
float: left;
margin-left: 30px;
}

#ads ul {
float: left;
margin: 0;
}

body {
text-align: center;
position: relative;
margin: 0 auto;
width: 788px;
background: #DEDDC1 url(/postable/images/gradient.jpg) top left repeat-x;
}

h1 {
width: 788px;
height: 174px;
background: transparent url(/postable/images/postable.jpg) top left;
float: left;
}

h1 span {
display: none;
}

a {
color: #666;
text-decoration: none;
}

a:hover {
border-bottom: 1px #666 dotted;
}

textarea#code {
width: 726px;
border: none;
background: #EBE9D2 url(/postable/images/bottomcurve.gif) bottom left no-repeat;
float: left;
margin-left: 1px;
padding: 30px;
font: 17px verdana;
color: #9E5A59;
overflow: auto;
height: 200px;
}

form#safecode input {
float: right;
background: #EBE9D2;
border: none;
color: #9E5A59;
font: 17px verdana;
padding: 5px;
margin-top: 10px;
width: 160px;
text-align: center;
margin-bottom: 100px;
}

form#safecode input:hover, form#safecode input:focus {
background: #9E5A59;
color: #EBE9D2;
cursor: pointer;
}

div#footer {
background: #EBE9D2;
color: #9E5A59;
font: 12px verdana;
position: fixed;
bottom: 0;
right: 0;
padding: 15px;
width: 100%;
height: 30px;
text-align: right;
}

img#busy {
width: 16px;
height: 16px;
}

html > body img#busy {
position: absolute;
top: 453px;
right: 175px;
}

* html img#busy {
position: absolute;
top: 454px;
right: 195px;
}
