
body#splash {
	background-image: url(/img/bg-light-greenish.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#splash input {
	font-size: 150%;
	padding: 5px;
	-moz-border-radius: 10px;
}


#splash #main {
	width: 80%;
	margin: 100px auto 100px auto;
}

#splash #footer {
	background: none;
	text-align: center;
}

h1 {
	font-style: italic;
	color: red;
	font-size: 300%;
}

span.year {
	background-color: #ffc;
}

#links a:hover {
	color: red;
	background-color: #efe;
	border-color: #cfc;
}

#links {
	margin-top: 50px;
}

#links a {
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid #eee;
height: 50px;
padding: 12px;
padding-bottom: 15px;
-moz-border-radius: 10px;
}

#links a img {
	vertical-align: middle;
}
#comingSoon p {
	font-size: 110%;
}

#flashMessage.message {
	background-color: #090;
	-moz-border-radius: 5px;
	width: 50%;
	margin: 10px auto 10px auto;
}

input.empty {
	color: #ccc;
}

input.notEmpty {
	color: #000;
}

input {
	border: 1px solid #afa;
}

p#lyric {
	margin-top: 50px;
	font-style: italic;
	color: #999;
}

