* {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#Wrapper {
	background-color: #000000;
	height: 800px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#Wrapper #insert {
	background-color: #000000;
	height: 800px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

