body {
  	background-image: url("http://www.tentwentysix.com/images/bg_main.gif");
  	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
}

a:visited {
	color: #6C8C37;
}

a:hover {
	color: #325c87;
}

a {
	text-decoration: none;
	color: #6C8C37;
}

img.header {
	text-align: center;
	margin: -5px 0 0 10px;
}

#trunk {
	width: 410px;
	border: 15px #A09C98 solid;
	margin: 65px auto;
	padding: 20px;
	background: #FFFFFF;
}

#trunk ul {
	width: 340px;
}

#trunk ul li {
	list-style-image: url(../../images/bullet2.png);
	padding: 5px;
}

#trunk ul li:hover {
	background: #f5f5f5;
}

#trunk ul li.title:hover, #trunk ul li.title {
	list-style: none;
	font-weight: bold;
	background: #ffffff;
}

#trunk ul li.cd {
	list-style-image: url(../../images/cd.png);
	padding-top: 5px;
}

#trunk ul li.song {
	list-style-image: url(../../images/music-note.png);
	padding-top: 5px;
}

#trunk ul li.ringtone {
	list-style-image: url(../../images/ringtone.png);
	padding-top: 5px;
}

#trunk ul li.album {
	list-style-image: url(../../images/album.png);
	padding-top: 5px;
}

#login {
	width: 450px;
	height: 100px;
	border: 15px #A09C98 solid;
	margin: 65px auto;
	padding-top: 50px;
	background: #FFFFFF;
	text-align: center;
}