* {
	padding:0;
	margin:0;
	border:0;
	}
html, body {
	height: 100%;
	}
body {
	background-image: url(/nw24/assets/components/videoPage/images/backGround.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
	}
div#contentContainer { /* For Internet Explorer Only */
	margin: 0 auto;
	position: relative;
	height: 100%;
	}
div#contentContainer[id] {
	display: table;
	position: static;
	}
div#contentContainer div { /* For Internet Explorer Only */
	
	top: 5px;
	width: 100%;
	text-align: center;
	}
div#contentContainer[id] div {
	display: table-cell;
	position: static;
	vertical-align: middle;
	}
div#contentContainer div div {
	width: 320px;
	text-align: left;
	padding: 10px 10px 40px 10px;
	background-color: #FFFFFF;
	border: 1px solid #679DD3;
	background-image: url(/nw24/assets/components/videoPage/images/archantnorfolk.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
* html div#contentContainer div div { /* For Internet Explorer Only */
	position: relative;
	top: 20px;
	}
embed {
	margin-bottom: 20px;
	}
h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #245E8C;
	}
p {
	margin-bottom: 3px;
	line-height: 1.3em;
	font-size: 75%;
	}