html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { text-align: center; background: #000; color: #fff; font-family: Helvetica, arial, sans-serif; font-size: 16px; line-height: 20px; }

#frame { width: 800px; margin: 0 auto; text-align: left }

	#header { width: 800px; height: 330px; background: url(images/bg.jpg) no-repeat top center; position: relative; margin: 0 0 20px 0; }
	
		#title { position: absolute; bottom: 0; left: 20px; text-indent: -5000px; background: url(images/title.gif) no-repeat center; width: 713px; height: 32px;  }
		
		#download_header { position: absolute; right: 60px; top: 200px; }
		
		#digg { position: absolute; top: 180px; right: 0; }
	
	#left { width: 350px; float: left; }
	
		#left ol li { list-style: decimal; padding: 15px 0; border-bottom: 1px dotted #333; }
	
	#right { width: 400; float: right; }