body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.gif) repeat left top;
}

#headerbg {
	height: 71px;
	background: url(images/headerbg.jpg) no-repeat center top;
}

#header {
    width: 1000px;
    \width: 1020px;
    w\idth: 1000px;
	height: 108px;
	margin: auto;
	margin-top:-71px;
}

#container {
    width: 1000px;
    \width: 1020px;
    w\idth: 1000px;
    margin: auto;
	background-color: #005c40;
}

#nav {
	width: 1000px;
	text-align: center;
}

#content {
    width: 1000px;
}

#textarea {
	width: 500px;
	padding: 40px;
	vertical-align: top;
}

#textarea2 {
	width: 450px;
	padding: 40px;
	vertical-align: top;
}

.frame {
	border: solid white 2px;
}


#footer {
	height: 59px;
	width: 1000px;
    background: url(images/footer.jpg) no-repeat left top;
	vertical-align: top; 
}