	body, dl, dt, dd, img, ul, li { margin: 0; padding; 0; }
	
	body {
		background: #000;
		color: #CCC;
		font: normal 100% "Lucida Grande", Arial, sans-serif;
		
		padding: 200px 0;
	}
	
	dl.img, ul {
		width: 400px;
		margin: 0 auto;
	}
	
	dl.img {
		font-size: 0.75em;
		border: 3px double #485254;
		position: relative;
	}
	
	dl.img dd {
		position: absolute;
		top: 0;
		left: 0;
		background: url("opera&ie.hack");
		width: 100%;
		height: 100%;
	}
	
	dl.img a {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 25px;
		width: 25px;
		overflow: hidden;
		text-indent: -1000px;
		background: url(wmark.png);
	}
	
	dl.img a,
	dl.img a:visited {
		color: #000;
		text-decoration: none;
	}
	
	img {
		display: block;
		border: none;
	}
	
	ul {
		margin-top: 10px;
		padding: 20px 0 0 0;
		background: url(here.gif) 100% 0 no-repeat;
		overflow: hidden;
		width: 406px;
	}
	
	ul li {
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	ul li a {
		display: block;
		color: #485254;			
		border: 3px double;
		outline: none;
	}
	
	ul li a.active { color: #909A9C; }		
	ul li a:hover { color: #A8B2B4; }
