#sitesLayer
{
  	margin-left: -380px;
  	width: 760px;
  	height: 370px;
  	color: #fff;
	background-color: #600000;
}

#sitesLayer #siteHandle
{
	background-color: transparent;
	text-align: right;
	font-size: .7em;
 	position: relative;
 	top: 10px;
}

#sitesLayer #siteHandle a
{
	color: #ffffff;
}

#sitesLayer  #sitesMessage
{
  	position: relative;
  	top: 30px;
	background-color: #000;
	padding: 10px;
  	font-size:.9em;
}

#sitesLayer  #sitesIntro
{
  font-size:.9em;
  text-align: left;
  margin-bottom: 20px;
}

#sitesLayer  #sitesContent
{
  position: relative;
  top: 70px;
  width: 100%;
}

#sitesLayer #sitesWrapper
{
  width: 630px; /*can be whatever width you want*/
  margin: 0 auto; /*this is the bit that centers it*/
  overflow: hidden; /*this will clear your floats*/
  font-size: .85em;
}

#sitesLayer .siteData
{
	padding:5px;
	
}

#sitesLayer .siteData, #sitesLayer .playNowDiv
{
  text-align: center;
  width: 200px;
  float: left;
  display: inline;
}

#sitesLayer .siteData .siteLogo
{
  padding: 2px;
  border: 1px solid black;
  margin-bottom: 10px;
  background-color:#FFFFFF;
}

#sitesLayer .siteData p
{
  text-align: left;
}

#sitesLayer .playNowDiv
{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
}

#sitesLayer .playNowLink 
{
  	color: #fff;
  	padding: 8px 20px 8px 20px;
  	background-image: url('../../images/dialog-short.png');
  	text-decoration: none;
	width: 200px;
}

#sitesLayer .playNowLink:hover {
	color: #f8bb2d;
}
