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

body{
background-color:#000000;
}

a:link {
color: #FFFF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFF00;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

#movie{
margin-top:10px;
margin-right:auto;
margin-left:auto;
width:410px;
height:298px;
background-color:#000000;
}

.close{
	font-size:0.8em;
	line-height:20px;
	color: #FFFF00;
	text-align:center;
	margin-top: 10px;
}