
/* Scalable background */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
	/* These have no effect on the functionality */
	width: 950px;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0;
}



/* Global */

.clear 	{ clear: both; }
img		{ border: 0; }

/* Regular styling */

#header {
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
}


	#header .logo { float: left; padding: 20px; }
		#header .logo a { display: block; height: 100px; width: 422px; text-indent: -9999px; opacity: 2.0; background: transparent url(images/jonesez_logo.png) top left no-repeat;}

	#header .enter { float: right; width: 220px; margin-right: 0px; margin-top: 10px; height: 60px; }
		#header .enter a { display: block; height: 20px; width: 220px; color: #000000; text-decoration:underline; font-size: 20pt; text-align: right; padding-top: 15px; font-weight: bold; }
	#header .album { float: right; width: 450px; margin-top: 20px; margin-right: 0px; text-align: right; font-size: 14pt; font-weight: bold; }

#fr { float: right; width: 320px; }
#fl	{ float: left; width: 610px; }

#cta {
	height: 400px;
	background: #fff;
	width: 100%;
}

#streambox {
	width: 320px;
	height: 403px;
	float: left;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
}

	#streambox_2 {
		background-color: #ffffff;
		width: 320px;
		height: 403px;
		float: left;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}


	#streambox .ts {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 380px;	
	}

#e4mbox {
	width: 320px;
	height: 335px;
	float: left;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

	#e4mbox p { margin: 0 0 5px 0; color: #000000; font-weight: bold; line-height: 1.2em; font-size: 1.2em; text-align: center; }

	#e4mbox_2 {
		background-color: #ffffff;
		width: 320px;
		height: 335px;
		float: left;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}


	#e4mbox .ts {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 300px;	
	}

#smbox {
	margin-left: 10px;
	width: 190px;
	height: 270px;
	float: right;
	position: relative;
	color: #fff;
}

	#smbox_2 {
		background-color: #ffffff;
		width: 190px;
		height: 270px;
		float: left;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}


	#smbox .ts {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 170px;	
	}

#youtubebox {
	margin-top: 20px;
	width: 610px;
	height: 340px;
	float: left;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
}

	#youtubebox_2 {
		background-color: #ffffff;
		width: 610px;
		height: 340px;
		float: left;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}


	#youtubebox .ts {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 535px;	
	}

#compbox {
	margin-top: 30px;
	margin-left: 10px;
	width: 375px;
	height: 320px;
	float: right;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
}

	#compbox_2 {
		background-color: #ffffff;
		width: 375px;
		height: 320px;
		float: left;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}


	#compbox .ts {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 355px;	
	}