*{
	margin:0;
	padding:0;
}

body{
	background:#FFFFFF url(../images/bg.png) no-repeat scroll center top;
	font-family:Tahoma;
}
a img{
	border:0 none;
}
#container{
	width:960px;
	margin: 0 auto;
}
#header{
	height:90px;
	margin:2px 0;
}
#banner{
	background:#FFF url(../images/headerback.png);
	height:100px;
}
	#logo{
		padding-left:40px;
		float:left;
	}
	#header h1{
		color:#021C3E;
		font-family:trebuchet MS;
		padding-top:41px;
		width:260px;
		font-size:18px;
	}
#wrapper{
	height:450px;
	background:#FFF;
	text-align:center;
	padding:5px 30px;
	background:#FFFFFF url(../images/wrapit.png) repeat-x scroll 0 bottom;
}
	#wrapper #video{
		float:left;
	}
	#wrapper #chat{
		float:left;
	}

#bottom{
	min-height:200px;
	padding-top:10px;
	background:#DFFCF7;
}
	#bottom #images img{
		padding:5px;
		width:467px;
	}
#footer{
	color:grey;
	font-size:10px;
	padding:20px;
	text-align:center;
}
