/* CSS Document */

*{	margin:0;	padding:0;}

body {
	background-color: #000000;	
	font-size:62.5%;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;

}

td,th,p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;	
}

h3{
	display: inline;
	font-size: 1.2em;
}
.movie{	
	/*height: 94%;*/
	height: 88%;
	width: 100%;
	border: 0;
	
}
.footer{	
	/*height: 6%;*/
	height: 12%;
	width: 100%;
	border: 0;
	
}
.footer TD{font-size:.8em;}
TD.controller{	
	text-align: center;
	width:15%;
}
TD.title{
	width: 20%;
	text-align: right;
}
TD.description{
	width: 50%;
	text-align: left;
	padding-left: 5px;	
}
TD.description p{
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 5px;	
}
TD.author{	
	text-align: center;
	width: 15%;
}

a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

#MyCaption { font-size: 10px;  }





