body{
background: #000000;
font-family: verdana;
margin: 0;
}

#container{
width: 800px;
margin: 0;
}

#left{
width: 198px;
float: left;
}

#content{
color: black;
font-family: verdana;
font-size: 17px;
width: 602px;
height: 494px;
padding-left: 0;
padding-top: 30px;
background: url(images/contentbg.gif) no-repeat;
float: left;
}

h1{
font-size: 25px;
color: #FF0000;
font-family: Trebuchet MS:
}

#textarea{
color: black;
font-family: verdana;
font-size: 17px;
width: 539px;
text-align: left;
height: 538px;
}

a{
color: #000000;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}

#left a{
border: 0;
text-decoration: none;
}

.button{
width: 198px;
height: 47px;
padding-left: 16px;
padding-top: 14px;
text-align: left;
background: url(images/button.gif) no-repeat;
font-family: Trebuchet MS;
font-size: 20px;
color: #FFFFFF;
}

#footer{
height: 27px;
padding-top: 7px;
text-align: center;
font-family: verdana;
font-size: 14px;
color: #FFFFFF;
background: url(images/footerbg.gif) repeat-x;
}