body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
/*	background-attachment: fixed; */
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#movie1 {
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#movie2 {
	height: 500px;
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#video {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
}
