@charset "utf-8";
/* CSS Document */
body {
	background-color: #D7D7D7;	
}
#main {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: medium;
}
.pics {
	width: 640px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	margin-bottom: 5px;
}
#video_box {
	width: 640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid black;	
}
#video_box a {
	text-decoration: none;	
}
#video_box h2 {
	color: blue;
}
