body {
	background-color:#232323;
	text-align:center;
}

#siteContainer {
	position:relative;
	text-align:left;
	width:800px;
	margin:0px auto;
}

#textarea {
	position:absolute;
	left:0px;
	top:390px;
	width:800px;
	height:auto;
	background-color: #F0FAFE;
}

#leftColContainer {
	background-color: #F0FAFE;
	float: left;
	width: 60%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	margin-top: 20px;
	padding-right: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#rightColContainer {
	background-color: #F0FAFE;
	float: right;
	width: 30%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footersmall {
	left:0px;
	top:540px;
	width:800px;
	height:2px;
	background-color: #53A2D6;
	border-top-width: 1px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B6A9E;
	border-bottom-color: #1B6A9E;
	clear: both;
}

#footerContainer {
	left:0px;
	top:550px;
	width:800px;
	height:50px;
	background-color: #53A2D6;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
