/* external CSS file *//* NO HTML MARKUP ALLOWED */@import url(base.css);/* background */#index {    width: 775px;    height: 700px;    }    /* links */a.nav1:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #B5D5C7; /* color is light green */	text-decoration: none 	} /* movie */#movie {	position: absolute;	background-color: transparent;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	padding: 0px;	width: 775px;    height: 585px;    text-align: center;}/* text */#copyright {	position: absolute;	background-color: transparent;	margin-left: 0px;	margin-top: 600px;	margin-right: 0px;	margin-bottom: 0px;	padding: 0px;	width: 775px;    height: 20px;    text-align: center;	}	.copyright {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 	font-style: normal; 	line-height: 17px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none;	color: #666666; /* color is dark gray */	text-decoration: none	}
