/* genetic interest group */

body {
	background: #09c;
	color:#fff; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0 0 0 0;
}

#movie {
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu {
	text-align: center;
}
#menu a:link,
#menu a:visited {
	margin: 0;
	font-weight: bold; 
	font-size: 70%; 
	color:#fff;
	text-decoration:none;
}
#menu a:hover { 
	color:#fff;
	text-decoration:underline;
}