/* CSS Document */
body{
background-color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
font-size:12px;
}

#main {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/layout.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	height:556px;
	width:772px;
	
}

#navigation{
	margin-left:50px;
	margin-top:185px;
	height:363px;
	width:133px;
	position:fixed;
	z-index:1;
	overflow:scroll;
}

