@charset "utf-8";
#wrapper1 {
	margin: auto;
	height: 400px;
	width: 600px;
	background-repeat: repeat-y;
	background-position: bottom;
}
#wrapper1  #header {
	background-image: url(../images/headerbox.jpg);
	background-repeat: no-repeat;
	height: 55px;
}
#wrapper1  #video {
	margin: auto;
	width: 580px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 400px;
	background-image: url(../images/images/boxbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
