@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Wrapper {
	position: relative;
	margin: auto;
	width: 1100px;
}

.Background {
	width: 1100px;
	height: 800px;
	background-image: url(/assets/images/specialsections/dm/bckgrd.jpg); 
}

.ContentText {
	position:absolute;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	color:#fff;
	width: 455px;
	margin: 160px 0px 0px 132px;
}

.CopyrightFooter {
	position:absolute;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#fff;
	width: 455px;
	margin: 800px 0px 0px 132px;
}
