/*
	Chubby Style . css
*/

body {
	font-family: "Helvetica","Verdana",sans-serif;
	color: white;
	font-size: 16px;
}

html {
	background-image: url('images/belushi.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #231f20;	
}

a { color: #cabdb4; }
a:hover { color: #cabdb4; }
a:visited { color: #cabdb4; }

#title {
	position: absolute;
	left: 200px;
	top: 50px;
	height: 40px;
	width: 426px;
	background-image: url('images/title.png');
}

/* Download Page */

#download {
	position: absolute;
	left: 650px;
	top: 30px;
	width: 180px;
	text-align: center;
	font-size: 12px;
}

#download .issue {
	padding-top: 30px;
}

#download .issuetitle {
	font-size: 12px;
}

#download .issuecover {
	padding-bottom: 10px;
}

#download .issuecontent {
	font-size: 10px;
}

#download .issuemeta {
	font-size: 10px;
}
