#splash1
{
	position: fixed;
	top: 25%;
	left: 100%;
	background: url("images/splash_03.png") no-repeat;
	width: 155px;
	height: 205px;
	z-index: 1000;
}
#close_splash1
{
	position:relative;
	z-index: 1001;
	width:40px;
	height: 16px;
	margin-left: 105px;
	cursor: pointer;	
}
.splash1_small, .splash1_big {color: #fff;  font-weight: normal;font-family: Tahoma, fantasy; text-shadow:0 -1px 1px #6A7E7C;}
.splash1_big {font-size: 14px; margin: 75px 10px 0px 10px;}
.splash1_small {font-size: 11px; margin: 3px 10px 0px 10px; font-weight: normal;}
.splash1_small a{color: #95DAEF /*#DFF7FF*/; font-weight: bolder; font-size: 11px;}
.splash1_small a:HOVER{text-decoration: none; } 
