html, body, form, fieldset { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin:1em 0; padding:0; }
li, dd, blockquote { margin-left:1em; }

body {
	background-image: url("/_img/bg.jpg");
	color:#000;
}

h1 {
	background: url("/_img/jilted-vibe.gif") top left no-repeat;
	height:113px;
	width:600px;
	margin-top:0;
	position:fixed;
	top:0;
	left:0;
	text-indent:-1000px;
}

#issues {
	width:1300px;
	overflow:hidden;
	margin-top:140px;
	background: url("/_img/disks.gif") 14px 420px repeat-x;
	height:500px;
}

#issues li {
	float:left;
	list-style-type:none;
}

#issues li img {
	border:3px solid #FFF;
}

#issues li img:hover {
	border:3px solid #BBB;
}

a {color:#000;}
a:hover {text-decoration:none;}

#contact {
	background-color:#FFF;
	padding-left:3px;
	padding-right:3px;
	position:fixed;
	top:110px;
	left:17px;
}

