﻿#splash{
	width: 193px;
	height: 154px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	background-color: #EBF5FC;
	
}


#images{
	height:189px;
	width:150px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0px solid #ffffff
}

#content{
	color:navy;
	border: 1px solid #FFFFFF;
	padding: 16px;
	border-top: none;
}

#content h1{
	color: navy;
	font-size: x-large;
	font-weight: bold;
}

#content h2{
	color: navy;
	font-size: large;
	font-weight: bold;
}

img {
	filter:alpha(opacity=100);
}

img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

