body{
  font-family: verdana;
  font-size: 1em;
  margin: auto;
  background-color: #FFFFFF;
  text-align: center;
}

#placeHolder{
	margin-top: 0px;
	width: 100%;
	height: 600px;
	text-align: center;
	background-image: url(img/bgVertical.jpg);
	background-repeat: x-repeat;
	
}
#swfCanvas{
  width: 880px;
  height: 600px;
  margin: 0px auto;
  padding-right: 5px;
}

#footer{
  padding-top: 25px;
  background-position: top left;
  background-repeat: no-repeat;
  width: 760px;
  color: #B46867;
  font-size: 0.6em;
  text-align: right;
  margin: auto; 
  margin-top: 5px;
}

#imgContent{
    padding: 2px;
    background-image: url(img/logo.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
#imgContent img{
    border: 1px solid white;
}
