@charset "UTF-8";
/* CSS Document */

<!--

html,body {
	margin: 0;
	padding: 0;
	background-color:#ededed;
}

html,body {
	height: 100%;

}

div {
	border: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#movie {
	height: 100%;


-->
