
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px #3F3B3B; /* Firefox */
  -webkit-box-shadow: 0px 0px 30px #3F3B3B; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #3F3B3B;
	behavior: url(../ie-css3.htc);
	margin-top: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
}

