@charset "utf-8";
#nav {
	position: fixed;
	left: 5px;
	top: 150px;
	height: 100%;
	background-image: url(../images/binary.jpg);
	background-repeat: no-repeat;
	width: 10%;
	
}
#header #main {
	position: relative;
	left: 20%;
	top: 5%;
	font-size: 24px;
	font-style: italic;
}




#nav a {
	color: #000000;
	text-decoration:underline;
	}
	
#nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-style: italic;	
	
	}
body {
	background-image: url(../images/back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

