@import url(common/main.css);
@import url(content.css);

body {
	background: white;
}




#outer-container {
	/*
		gradient page background. placed in this element, instead of paghe background
		in order to support font scaling.	
	*/
	background-image: url(../images/background.gif);
}

#inner-container {
	background-image: url(../images/logo.jpg);
}

h1 a {
	width: 228px;
	height: 104px;
}

#content-top {
	background-image: url(../images/content-top.gif);
}

#content {
	background-color: white;
}

#footer {
	color: #FFFFFF;
}

#footer #jukebox {
	float: left;
}