body {

	background-color: #ececec;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#container {

	position: relative;
	width: 953px;
	margin: auto;

	
	
	
}
div.header {

	position: absolute;
	width: 952px;
	height: 140;

	
}

div.content {
	position: absolute;
	width: 952px;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	z-index:4;
	height: 650px;
	top: 138px;
	background-color: #FFFFFF;
	left: -1px;
	
}

div.video {
	position: absolute;
	width: 425px;
	height: 344px;
	left: 260px;
	top: 206px;
	z-index: 3;
	
}

