@charset "ISO-8859-1";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(/dk_css_support/body_bg_repeat.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	line-height: 1.5em;
}

#allcontent_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	background-image: url(/dk_css_support/bg_contact.jpg);
	background-repeat: no-repeat;
	height: 550px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
}

