body {
	background-color: #000000;
	color: #ffffff;

}

#note {
	width:525px;
	margin: 5px 0px 0px 137.5px;
	text-align: justify;
}


.synopsContainer{
	margin: 20px 3px 0px 3px;
	width: 770px;
	border: 1px solid black;
	position: relative;
}

.synops {
	margin: 5px 10px 0px 15px;
	text-align: justify;
}

.heading {
	font: serif;
	color: ffffff;
	font-weight: bold;
}

.heading2 {
	margin: 10px 0px 0px 2px;
	font: serif;
	color: ffffff;
	font-weight: bold;
}

#page {
	width: 900px;
	height:675px;
	margin: auto;
	background-image: url('graphics/background.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	border: 1px solid black;
}



#logo {
	width: 270px;
	height: 40px;
	position: absolute;
	margin-top: 320px;
	margin-left: 620px;
	font-weight: bold;
	font-size: 2em;
	font-family: arial;
	color: #333333;
	
}

#navBox {
	margin: 520px 0 0 0;
	width:900px;
	height: 50px;
	background-color: #000000;
	border: 1px solid black;
	position:absolute;
}

#content {
	margin-top: 10px;
	margin-left: 50px;
	width: 800px;
	height: 500px;
	background-color: #333333;
	position:absolute;
	border: 1px solid black;
	overflow: auto;
	opacity: .90;
	filter: alpha(opacity=90);
}


a:link
	{
	font-family: serif;
	color: #333333;
	text-decoration: none;
	}

a:visited
	{
	font-family: serif;
	color: #333333;
	text-decoration: none;
	}

a:hover
	{
	font-family: serif;
	color: #ffffff;
	text-decoration: none;
	}

a:active
	{
	font-family: serif;
	color: #ffffff;
	text-decoration: none;
	}

a.cx:link
	{
	font-family: serif;
	color: #ffffff;
	text-decoration: underline;
	}

a.cx:visited
	{
	font-family: serif;
	color: #ffffff;
	text-decoration: underline;
	}

a.cx:hover
	{
	font-family: serif;
	color: #ffff00;
	text-decoration: none;
	}

a.cx:active
	{
	font-family: serif;
	color: #ffff00;
	text-decoration: none;
	}




