body
{
	margin: 0px;
	background-color: #000000;
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	overflow: hidden;
}
div.content
{
	background-color: #2c2c2c;
	width: 760px;
	height: 430px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.info
{
	width: 760px;
	font-family: "Tahoma";
	font-size: 11px;
	color: #525255;
	text-align: left;
}
div.info a
{
	color: #353535;
	text-decoration: underline;
}
div.info div
{
	padding-left: 8px;
}
img.hor_photo
{
	width: 187px;
	height: 123px;
}
img.ver_photo
{
	width: 122px;
	height: 184px;	
}
img.splash_logo, img.splash_logo_hover
{
	width: 260px;
	height: 184px;
	background-image: url("images/splash_logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	border: none;
}
img.splash_logo_hover
{
	background-position: 0px -184px;
}


