@charset "utf-8";
/* CSS Document */
body {
	background:#000000;
	background-image:url(em_style/tile1.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	margin:5;
	color:#99b6dd;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size:small;
	text-align: center;
  }
a:link {
  color:#99b6dd;
  /*
  background-color:#99b6dd;
  */
  text-decoration:none;
  }
a:visited {
  color:#5B9097;
  text-decoration:none;
  }
a:hover {
  color:#ffffff;
  text-decoration:underline;
}
a img {
  border-width:0;
  padding-bottom:0 px;
  }
  
#header {
  padding-top:70px
  }
  
#footer {
	/*background-image:url(em_style/tile2.jpg);*/
	background-repeat:repeat-x;
	background-position: 100 200px;
	height:227px;
	position: static;
  }
  
#powered {
  padding-top:50px;
  }
  
#cg_img  {
  height:auto;
  padding-bottom:10px;
  /*height: 825px;*/ 
  }
  
  .CCmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
}
