/*  Standard Tag Classes */

body       {
	background-color: #191919;
}

/* Special Classes */


#flash1 
{
	position: absolute;
	background-color: #191919;
	width: 100%;
	height: 100%;
	align: center;
}


#box 
{
	position: absolute;
	background-color: #191919;
	width: 100%;
	height: 100%;
	align: center;
}

