a:focus {
outline: none;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

p {	
	margin: 0px;
	padding: 0px; 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000; /* cosmetic */
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.containerSplash {
	background-image: url(../images/splash_page.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute; /* required */
	height: 350px; /* height of div */
	width: 960px; /* width of div */
	margin-top: -175px; /* half of height */
	margin-left: -480px; /* half of width */
	top: 50%; /* required */
	left: 50%; /* required */
	text-align: center;
}

.containerSplash p {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	margin-top: 275px;
	font-weight: normal;
}

.containerSplash a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.containerSplash a:hover {
	color: #AC0EB1;
}

.flashDetection {
	position: absolute; /* required */
	height: 400px; /* height of div */
	width: 960px; /* width of div */
	margin-top: -200px; /* half of height */
	margin-left: -480px; /* half of width */
	top: 50%; /* required */
	left: 50%; /* required */
	text-align: center;
}

.flashDetection a{
	text-decoration: none;
}

.containerSite {
	position: absolute; /* required */
	height: 665px; /* height of div */
	width: 960px; /* width of div */
	margin-top: -333px; /* half of height */
	margin-left: -480px; /* half of width */
	top: 50%; /* required */
	left: 50%; /* required */
	text-align: center;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	bottom: 0px;
	position: absolute;
	right: 0px;
	margin: 10px;
	display: block;
}
.copyrights a{
	color: #333333;
	text-decoration: none;
}

.copyrights a:hover{
	color: #FFF;
}

