@charset "utf-8";
/* CSS Document content boxes for The Sugar Cube Tube */

#content-splash { 
	background-color:#ffe500;
	width: 720px;
	height: 250px;
	text-align: left; /* fixes the old internet explorer */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:2;
	border: solid #f00 2px;
	padding: 10px 10px;
}

#content-splash a {color:#e60001;text-decoration:none;}
#content-splash a:hover {color:#e60001;text-decoration:underline;}
#content-splash a:visited {color:#e60001;}

#content-1 { 
	background-color:#ffe500;
	width: 720px;
	height: 690px;
	text-align: left; /* fixes the old internet explorer */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: solid #f00 2px;
	padding: 10px 10px;
}

#content-2 { 
	background-color:#ffe500;
	width: 720px;
	height: 650px;
	text-align: left; /* fixes the old internet explorer */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	margin: auto;
	border: solid #f00 2px;
	padding: 10px 10px;
}

#content-3 { 
	background-color:#ffe500;
	width: 720px;
	height: 800px;
	text-align: left; /* fixes the old internet explorer */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border: solid #f00 2px;
	padding: 10px 10px;
}

#content-4 { 
	background-color:#ffe500;
	width: 720px;
	text-align: left; /* fixes the old internet explorer */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border: solid #f00 2px;
	padding: 10px 10px;
}