@charset "utf-8";
/* CSS Document */
body{
	background:url(/images/splash/bkgsplash.png) repeat-x left top;
	padding:0;
	margin:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
#content{
	margin:auto;
	width:602px;
	}
#logo{
	float:left;
	margin:96px 179px 75px;
}
#left{
	width:270px;
	border-right:1px solid #ff0451;
	height:109px;
	float:left;
	text-align:right;
	padding:0 29px 0 0;
	margin:21px 0 0 0;
	}
#left a{
	background:url(/images/splash/btn-nl.gif) no-repeat left top;
	display:block;
	width:161px;
	height:26px;
	float:right;
	}
#right{
	width:270px;
	border-left:1px solid #950521;
	height:109px;
	float:left;
	text-align:left;
	padding:0 0 0 29px;
	margin:21px 0 0 0;
	}
#right a{
	background:url(/images/splash/btn-fr.gif) no-repeat left top;
		display:block;
	width:161px;
	height:26px;
	}
#left a:hover, #right a:hover{
	background-position:0 -26px;
	}
a span{
	display:none;
	}
#left p, #right p{
	line-height:13px;
	margin:12px 0;
	}