/* @override http://cdjc.devsite/constantabidjan.com/grafix/css/splash.css */

/* CSS Document */

#Splash {
	height: 490px;
	width: 100%;
	position: relative;
}
#SplashLeft {
	height: 490px;
	width: 50%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#SplashRight {
	height: 490px;
	width: 50%;
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 0px;
}
#SplashContent {
	height: 490px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	text-align: right;
}
#SplashLogo {
	position: absolute;
	z-index: 10;
	left: 32px;
	top: 350px;
}
#SplashVideo {
	position: absolute;
	left: 80px;
	top: 100px;
	visibility: visible;
	z-index: 8;
}

#SplashVideo a img{
	border:none;
}
#SplashImage {
	position: absolute;
	left: 400px;
	top: 60px;
}
/*
#SplashCata {
	position: absolute;
	top: 44px;
	left: 135px;
}
*/
#SplashCata {
	position: absolute;
	top: 35px;
	left: 115px;
}

#SplashCata a:link, #SplashCata a:visited {
	color: #666;
	text-decoration: none;
}

#SplashCata a:hover, #SplashCata a:active {
	color: #fff;
	text-decoration: none;
}