/* @override http://www.hostelmalargue.com/cont/css/hostelMalargueGeneric.css */

/* @group Splash Screen */

body#splashScreen {
	min-width: 950px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;	
}

#splashScreen table.splashScreenMainTable {
	width: 950px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#splashScreen table.splashScreenMainTable tr,
#splashScreen table.splashScreenMainTable td {
	margin: 0px;
	padding: 0px;
} 

div.splashTxtLeft, div.splashTxtRight {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}

div.splashTxtLeft {
	text-align: left;
}

div.splashTxtRight {
	text-align: right;
}

div.splashTxtFooter {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

div.splashTxtFooter a {
	color: #FFF;
	text-decoration: none;
}

/* @end */