
body {
	background-color: #aaa;
	color: #000;
	font-family: Verdana;
}

a {
	color: #000;
}

#header {
	text-shadow: 1px 1px #ddd, -1px -1px #666;
	/*width: 30%;*/
}

#sagaSpotlight {
	float: left;
	margin-left: 600px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	font-style: italic;
	font-size: 32px;
	opacity: 0.5;
}

#sagaSpotlight:hover {
	opacity: 1;
	font-style: italic;
	font-size: 32px;
}

/*#audioPlayer {
	width: 400px;
}*/

#instantCollection {
	margin: 16px;
	padding: 16px;
	overflow: auto;
    background-color: #eee;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 2px 2px 5px #000000;
    -webkit-box-shadow: inset 2px 2px 5px #000000;
    box-shadow: inset 2px 2px 5px #000000;
}

.instantContainer {
	width: 100px;
	height: 128px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 3px;
}

.instant {
	width: 64px;
	height: 64px;
	cursor: pointer;
	margin-left: 18px;
	background-image: url('../img/button-gray.png');
}

.instant:active {
	margin-top: 4px;
}

.instantName {
	font-size: 12px;
}

p.separator {
	clear: both;
	height: 1px;
}

#footer {
	font-style: italic;
	font-size: 12px;
	color: #444;
}




