body {
	font-family: Helvetica, Arial, sans-serif;
	background: url("../images/bg.png") fixed;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin: 0;
	padding: 0;
	}

#main {
	background: #fff;
	width: 420px;
	padding: 40px 60px 40px 60px;
	}

ol { 
	margin: 0;
	padding: 0 0 0 30px;
	}

h1 {
	font-size: 24px;
	text-indent: -9000px;
	background: url(../images/header.png);
	height: 46px;
	width: 365px;
	margin-bottom: 30px;
	}
	
h2 {
	font-size: 18px;
	text-indent: -9000px;
	height: 20px;
	margin-top: 40px;
	}
	h2#books { background: url(../images/books.png); width: 55px; }
	h2#movies { background: url(../images/movies.png); width: 60px; }
	h2#music { background: url(../images/music.png); width: 50px; }

a { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	background: #000;
	color: #fff
	}
