html, body {
	height: 100%;
	background-color: #333333;
	color: #cccccc;
}

a {
  color: #cccccc;
  text-decoration: underline;
}

img {
	border: none;
}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}

#tpl-container {
  min-height: 100%;
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  background: url(images/design/cmi_background.jpg);
  background-color: #000000;
}


#tpl-header {
	font-size: 1px;
	background: url(images/design/cmi_header.jpg) no-repeat;
	width: 854px;
	height: 100px;
	color: #333333;
	margin-bottom: 0px;
	}
	
	
#tpl-content {
	margin-left: 105px;
	width: 741px;
	font-size: 8pt;
	font-family: tahoma, arial, san-serif;
	}


#tpl-footer {
	width: 854px;
	text-align: center;
	font-family: tahoma, arial, san-serif;
	}
	
#copyright {
	font-family: tahoma, arial, san-serif;
	font-size: 8pt;
}

#poweredby {
	text-decoration: none;
	color: #000000; 
	font-family: tahoma, arial, san-serif;
	font-size: 8pt;
}