* {
margin:0;
padding:0;
overflow: hidden;
}
.L
{
	left: 5%;
}
	.L_b
	{
		left: 45%;
	}

	.R
	{
		right: 5%;
	}
.Top
{
	top: 25%;
}
	.Level2
	{
		top: 45%;
	}
	.Level2b
	{
		top: 59%;
	}
	.Level3
	{
		top: 65%;
	}
	.Bottom
	{
		top: 85%;
	}

.blackbox
{
	width: 40%;
	height: 15%;
}
	.Topper
	{
		top: 1;
		left: 1;
		width: 100%;
		height: 20%;

	}
	.black_spacer
		{
			top: 25%;
			height: 35%;
		}
	
.backlevel
{
	z-index: 1;
	opacity: .6;
	filter: alpha(opacity=60);
}

	.toplevel
	{
		z-index: 2;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}

.float_shirt
{
	width: 30%;
	height: 50%;
	top: 20%;
	left: 1%;
	z-index: 4;
}
.text_img_willies
{
	width: 20%;
	height: 25%;
	top: 30%;		
	left: 26%;
	z-index: 4;
}

.bordered_red_thick
{
	border-color: #FF0000;
	border-width: thick;
}	

.Top_Line
{
	top: 25%;		
}
.R_Mid
{
	left: 55%;
}
.L_Mid
{
	left: 25%;
}
.R_Far
{
	left: 75%;
}
.spot_img
{
	width: 20%;
	height: 15%;
}

.pos_abs
{
		position:absolute;
}

.no_border
{
	 border: 0;
}
.top_image
{
	z-index: 6;
}