#uno {
	width:100%;
	height:100%;
	background:#2E1513 url('/img/share/back.gif') repeat-x center center;
	overflow:hidden;
}

#splash_container {
	width:97%;
	height:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	overflow:hidden;
	background:#E0E1DA url('/splash/img/bottom-bg.gif') repeat-x bottom center;
}

#splash_body {
	width:100%;
	overflow:hidden;
}

#splash_table {
	width:100%;
	border-collapse:collapse;
}

#splash_img {
}

#splash_img img {
	margin:1em 2em 1em 1em;
	border:2px #800 solid;
}

#splash_txt {
}

#splash_txt h1 {
	padding:1em 1em .5em 0;
	font-size:1.4em;
	color:#5A585D; 
	line-height:140%;
}

#splash_close {
	vertical-align:bottom;
	text-align:right;
	padding-top:1em;
	padding-right:2em;
	padding-bottom:1em;
}

