body {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  text-align:center; 
  background-repeat: no-repeat;
  background-position: top center;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
}

.clearOFF {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 995px;
}

#content {
  width: 995px;
}

	#header {
	  width: 995px;
	  height: 65px;
	  background-image:url("/e30/images/top_bg.png");
	  background-repeat: no-repeat;
	  background-position: top left;
	}

		#header #olympus {
		  width: 157px;
		  height: 31px;
		  margin: 18px 0px 0px 25px;
		  display: inline;
		  float: left;
		}

		#header #captureitall {
		  width: 188px;
		  height: 17px;
		  margin: 26px 9px 0px 0px;
		  display: inline;
		  float: right;
		}

	#centerContent {
	  width: 995px;
	  height: 669px;
	  background-image:url("/e30/images/center_bg.png");
	  background-repeat: repeat;
	  background-position: top left;
	  font-family: verdana;
	  font-size: 11px;
	  color: #fff;
	  line-height: 14px;
	}

		#centerContent #left {
		  width: 322px;
	  	  height: 471px;
		  display: inline;
		  float: left;
		  text-align: right;
		}

			#centerContent #left #thisisastory {
			  margin: 35px 24px 0px 0px;
			}

			#centerContent #left p {
			  margin: 16px 24px 0px 33px;
			}

			#centerContent #left a {
			  color: #fff;
			  font-weight: bold;
			}

			#centerContent #left a:hover {
			  color: #888888;
			  font-weight: bold;
			}

		#centerContent #right {
		  width: 673px;
	  	  height: 471px;
		  display: inline;
		  float: right;
		}

	
			#centerContent #right #e30video {
			  width: 640px;
			  height: 386px;
			  margin: 26px 0px 0px 0px;
			  border: 6px solid #D1D1D0;
			  background-color: #000;
			}

			#centerContent #right #addthis {
			  float: right;
			  display: block;
			  margin: 9px 21px 0px 0px;
			  _margin: 9px 10px 0px 0px;
			}

		#centerContent #bottom {
		  width: 963px;
		  height: 170px;
		  padding: 0px 0px 0px 32px;
		}

	#footer {
	  width: 995px;
	  height: 90px;
	  border-top: 1px solid #282827;
	  background-color: #282827;
	  font-family: verdana;
	  font-size: 11px;
	  line-height: 16px;
	  color: #dddddd;
	  text-align: center;
	}

		#footer ul {
		  margin: 12px 0px 12px 0px;
		}

		#footer ul li{
		  position: relative;
		  margin-right: 4px;
		  display: inline;
		  list-style: none;
		}

		#footer #getolympus {
	  	  width: 995px;
	  	  margin: 0px 0px 8px 0px;
		}

			#footer  a {
			  color: #dddddd;
			}

			#footer  a:hover {
			  color: #888888;
			}

