@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma, Geneva, sans-serif;
	background:#f4f4f4;
	color:#000;
	margin:0;
}
#menu{
	position:fixed;
	margin:0;
	background:#000 linear-gradient(grey, black);
    box-shadow: -2px 2px 1px #000;
	width:100%;
	padding:10px;
}
a{
	color:#333;
}
a:hover{
	color:#888 !important;
}
a:visited{
	color:#333;
}
#menu table{
	width:450px;
	margin:auto;
}
.menuitem{
	text-align:center;
	width:150px;
}
.menuitem a{
	color:#fff;
	text-decoration:none;
}
#container{
	padding-top:75px;
	width:60%;
	margin:auto;
	text-align:justify;
}
.container p{
	font-family:Tahoma, Geneva, sans-serif !important;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:60pt;
	text-align:center;
	margin:10px 0px;
}
#synopsis{
	padding-top:50px;
	min-height:1200px;
	text-align:center;
}
#chronology{
	padding-top:50px;
	min-height:1200px;
}
#characters{
	padding-top:100px;
	min-height:1000px;
}
#detail{
	width:250px;
}