@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

body {
	text-align: center;
	background: #fff url('../images/bg_secwin.gif') top center repeat-x;
	}

#container {
	text-align: center;
	margin: 0 auto;
	width: 500px;
	height: 500px;
	}

#top {
	background: url('../images/title_video.gif') top left no-repeat;
	height: 62px;
	width: 500px;
	}

#video {
	margin: 30px 9px 20px 9px;
	width: 480px;
	border: 1px solid #657181;
	height: 286px;
	}

#video_container {
	border:solid 1px #bbb; 
	margin: 30px 9px 20px 9px;
	width: 480px;
	height: 270px;}

#footer {
	text-align: left;
	margin: 0 auto;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #425775;
	}