@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
	background-color:#333333;
	} 

#container {
	width: 740px;
	height: 426px;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFFFFF;
	color: #0099CC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	/* Half the width of the DIV tag which is 50 pixels */
margin-top: -213px;
/* Half the height of the DIV tag which is also 50 pixels */
}

#siteName {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 26px;
	color: #FF9900;
	background-color: #CFDFEB;
	padding: 10px;
	padding-left:30px;
}
#clientLogo {
	text-align: left;
	color: #0099FF;
	padding:10px;
	height: 250px;
}
#contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #666666;
	font-weight: 600;
	float: right;
	padding-right: 10px;
}

#contact a {
	color: #666666;
	text-decoration:none;
	}
	
#contact a:hover {
	color:#0099CC;
	}

#dmInfo {
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:600;
	border: 1px solid #666666;
	margin: 5px;
	padding: 8px;
	}
#logo {
	height: 100px;
	width: 150px;
	float: left;
	margin-left: 30px;
}

.dm {
	color: #FE0000;
}