/* NAVIGATION */

#main {
	top: 8px;
	left: 411px;
	width: 329px;
	height: 42px;
}

#about {
	top: 51px;
	left: 411px;
	width: 341px;
	height: 48px;
}

#inform{
	top: 101px;
	left: 401px;
	width: 351px;
	height: 42px;
}

#ramblings{
	top: 143px;
	left: 520px;
	width: 220px;
	height: 47px;
}

#main, #about, #inform, #ramblings{
	position: absolute;
	border: none;
}

	#main a img, #about a img, #inform a img, #ramblings a img{
		filter: alpha(opacity=100);
		opacity: 1;
		border: none;
	}
	
		#main a:hover, #about a:hover, #inform a:hover, #ramblings a:hover{
			filter: alpha(opacity=0);
			opacity: 0;
			border: none;
		}