* {
	margin:0;
	padding:0;
}
#splash {
	width:455px;
	height:375px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-190px;
}
#splash .logo {
	text-align: center;
}
#splash .escrito {
}
#splash .left {
	float: left;
	width: 227px;
	text-align: center;
	margin-top: 26px;
}
#splash .left a {
	outline: none;
}

#splash .right {
	float: left;
	width: 228px;
	text-align: center;
	margin-top: 26px;
}
#splash .right a {
	outline: none;
}

