body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-size: 0.8em;
	font-family: "Trebuchet MS";

}
#wrapper {
	width: 1000px;
	margin: 0px auto 20px auto;
}
#top {
	height: 120px;
	width: 1000px;
}


.clearBoth {
	clear: both;
}


textarea
{
	display: block;
	width: 400px;
	height: 80px;
	padding: 4px;
	font-size: 11px;
	background: #444;
	color: #ccc;
}
#header {
	width: 1100px;
	margin: 0px auto;
	height: 500px;
}
#video {
	float: left;
	margin-right: 5px;
}
#chat {
	float: left;
	margin-right: 5px;
}
#fb {
	float: left;
}
#wrapperT {
	width: 1000px;
	margin: 0px auto;
}
a {
	color: #7C1D0E;
}
h1 {
	font-size: 150%;
	text-align: center;
}



