﻿html,body {
	background-color:#1d0000;
	background-image:url('/flavorthemusic/images/brown-gradient.jpg');
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#fff3cd;
}
a:link, a:visited {
	color:#f67e05;
}
a:hover, a:active {
	color:#fce186;
}
h1 {
	font-size:15px;
	font-weight:normal;
	color:#fce186;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
p {
	padding:0px 0px 18px 0px;
	margin:0px;
}
div#wrapper {
	background-image:url('/flavorthemusic/images/splash.jpg');
	background-repeat:no-repeat;
	height:100%;
	padding-left:225px;
}
img#logo {
	width:423px;
	height:145px;
}
div#content {
	clear:both;
	padding-top:145px;
	width:570px;
	text-align:center;
	line-height:24px;
}
div#box {
	background-color:#1f0000;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	width:570px;
	text-align:center;
	color:#f8e9c1;
}
div#box label {
	font-size:15px;
}
div#box a:link, div#box a:visited {
	text-decoration:none;
	color:#f8e9c1;
	font-size:17px;
	text-transform:uppercase;
}
div#box a:hover, div#box a:active {
	text-decoration:underline;
	color:#f8e9c1;
}