@charset "utf-8";
#video {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 426px;
	padding: 5px;
	border: 1px solid #66CCFF;
}
.videoBody {
	background-image: url(../images/bodyBack2.gif);
	background-repeat: repeat;
}
body {
	background-image: url(../images/bodyBack2.gif);
	background-repeat: repeat;
}
#contentVideo {
	margin: auto;
	width: 960px;
	padding-top: 30px;
}

