@charset "utf-8";
#master {
	height: 550px;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border:2px solid red;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#filmato {
	height: 440px;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 50px;
}
