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

* {
	margin: 0 auto;
	padding: 0 auto;
}

a {
	color: #900;
}

body {
	width: 640px;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
}

#byline {
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #b7b7b7;
}

#synopsis {
	padding: 10px 0px 0px 0px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	font-size: 12px;
}

#container {
	
}

#header {
	width: 640px;
	float: left;
	border-bottom: dotted 1px #b7b7b7;
	padding: 20px 0px 3px 0px;
}

#description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 120%;
	border-bottom: dotted 1px #b7b7b7;
	padding: 60px 0px 5px 0px;
}

#video {
	width: 640px;
	height: 360px;
	padding: 10px 0px 10px 0px;

}
	