@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.cdm #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	background-image: url(imagerotators/CDM-WebBackground2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  {
	padding: 70px 120px;
}
#contactinfo {
	padding: 50px 60px;
	text-align: right;
	font-size: 9px;
}
#contactinfo a{
	text-align: right;
	color: #666;
	text-decoration: none;
}
#contactinfo a:visited {
	text-align: right;
	color: #666;
	text-decoration: none;
}
#contactinfo a:hover {
	text-align: right;
	color: #999;
	text-decoration: none;
}
