﻿@import url("layout.css");


	body{
		background-color:#004262;
}
		
	#container{
		width:990px;
		margin:0px auto 0px auto;
		background-color:#004264;
}
		
	#hold_video{
		background-color:#004262;
		text-align:center;
		width:980px;
}
	
	#table_spoofed_art{
		width:970px;
		}
		
	#table_section a {
		color: yellow;
		text-decoration:underline;
		font-size:medium;
		font-weight:normal;
}

	#table_section a:hover {
		color: red;
		text-decoration: underline;
		font-size:medium;
		font-weight:normal;
}

	.table_spacer{
		height:250px;
		background-color:#004262;
		color:white;
		vertical-align:bottom;
		text-align:center;
		padding-bottom:5px;
}

	.tall_spoof_cell{
		height:20px;
		color:white; 
		font-size:medium;
		background-color:#004262; 
		border-top:medium black solid;
		text-align:left;
}
		
	.image_title{
		color:white;
		font-size:small;
		font-style:italic;
		vertical-align:bottom;
}
		
	.artist_name{
		color:white;
		font-size:small;
		font-weight:bold;
		vertical-align:top;
}
	








