@charset "UTF-8";
/* CSS Document */

#links {
	position: fixed;
	top: 270px;
	left: 110px;
	background-color:none;
	margin: 0 0 0 0;
	text-align:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color:#272727;
	line-height:15px;
	z-index:30;
	}

#img {
	border: 0;
	position: fixed;
	top: 200px;
	left: 105px;
	z-index:25;
	}
	
#white {
	background-color:#FFF;
	border: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 100%;
	z-index:20;
	}
a { color: #272727; text-decoration:none; background-color:#FFF; }
a:hover { color: #999; text-decoration:none; background-color:none;}

