body.style1 {
	background-image: url(starfield.jpg); 
	color: white;
}
body.style2 {
	background-image: url(hindenburg.jpg); 
	color: #eee;
}
body.style3 {
	background-image: url(gilda.jpg); 
	color: black;
	text-shadow: 1px 1px #eed;
}
body.style4 {
	background-image: url(stonehenge.jpg); 
	color: yellow;
	text-shadow: 1px 1px #330;
}
body.style5 {
	background-image: url(at-at.jpg); 
	color: #339;
}

.style1 a,.style1 a:visited,.style1 a:hover {color: white;}
.style2 a,.style2 a:visited,.style2 a:hover {color: #eee;}
.style3 a,.style3 a:visited,.style3 a:hover {color: black; text-shadow: none;}
.style4 a,.style4 a:visited,.style4 a:hover {color: white;}
.style5 a,.style5 a:visited,.style5 a:hover {color: #339;}

.style1 h1 {color: white;}
.style2 h1 {color: #f87;}
.style3 h1 {color: #222;}
.style4 h1 {color: white;}
.style5 h1 {color: #339;}

body {
font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
font-weight: normal;
}

#container {padding: 10px;}

h1 {
margin: 0;
padding: 0;
font-weight: bold;
font-size: 18px;
line-height: 22px;
}

h1 span {font-size: 130%;}

p {
margin: 0;
padding: 7px 17px;
line-height: 15px;
font-size: 13px;
}

a {
text-align: right;
display: block;
font-weight: bold;
}

ul {
list-style-type:none;
margin: 0 0 0 40px;
padding: 0;
}

div.title {
padding: 34px;
margin: 15px;
width: 350px;
position: relative;
overflow: hidden;
}

.style1 div.title {background: url(black-66.png);}
.style2 div.title {background: url(scratch.jpg);}
.style3 div.title {background: url(brass.jpg);}
.style4 div.title {background: url(tartan2.jpg);}
.style5 div.title {background: white;}

li {
padding: 18px;
margin: 15px;
width: 342px;
cursor: pointer;
}

.style1 li {background: url(black-66.png);}
.style2 li {background: url(scratch.jpg);}
.style3 li {background: url(brass.jpg);}
.style4 li {background: url(tartan1.jpg);}
.style5 li {background: #ddd}

blockquote {
font-size: 12px;
font-style: italic;
position: absolute;
top: 5px;
left: 458px;
width: 400px;
height: 180px;
margin: 0;
padding: 0;
}

#some-music {
position:absolute;
top:0;
right: 20px;
padding: 10px;
font-size: 12px;
line-height: 14px;
background: url(black-66.png);
font-weight: bold;
color: white !important;
cursor: pointer;
}
