#splash {
	width: 800px;
	margin: 0 auto;
	padding-top: 180px;
	font-family:Arial,Helvetica,sans-serif;
}

#splash .logoDiagenode {
	width: 267px; height: 83px;
	margin: 0 auto;
	text-align: center;
}

#splash ul li {
	float: left;
	width: 33%;
	list-style: none;
}

#splash .liensSplash {
	text-align:center;
	margin: 45px 125px;
}

#splash .btn-america{
	display:block;
	width:68px;
	height:24px;
	background:#8d0f1b url(/media/images/bg-america.gif) no-repeat top left;
}

#splash .btn-america:hover{
background:#8d0f1b url(/media/images/bg-america.gif) no-repeat top right;
}

#splash .btn-asia{
display:block;
width:68px;
height:24px;
background:#8d0f1b url(/media/images/bg-asia.gif) no-repeat top left;
}

#splash .btn-asia:hover{
background:#8d0f1b url(/media/images/bg-asia.gif) no-repeat top right;
}

#splash .btn-emea{
display:block;
width:224px;
height:24px;
background:#8d0f1b url(/media/images/bg-emea.gif) no-repeat top left;
}

#splash .btn-emea:hover{
background:#8d0f1b url(/media/images/bg-emea.gif) no-repeat top right;
}

.button {
	border: 1px dotted #CCCCCC;
	padding: 2px 10px 2px 10px;
	background-color: #999999;
	color: #333333;
}

.button:hover {
	border: 1px dotted #ffffff;
	background-color: #8d0f1b;
	color: #ffffff;
}
