

body {
	background-color: #d3d3d3;

}

#wrap { 
	width: 1030px;
	height: 650px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}



#content {
	margin-top: 100px;
	position: relative;
	height: auto; 


}