/* CSS Document */

body {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
}

#global_index {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 750px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -375px; /* half of the width */
     }
	 
	 
#global_movie {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 490px;
     margin-top: -245px; /* half of the height */
     margin-left: -350px; /* half of the width */
	 padding: 20px 20px 10px 20px;
	 border:1px solid #fff;
	 background-color:#fff;
     }	 
	 
	  
.smalltext{
	font-size: 60%;
}	  
	 
#text-padding{
 	margin: 10px;
}	 

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
