body{
	background-image:url(bde.jpg);
	background-repeat: repeat-x;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
.divintro {
	padding:3px;
	margin-left:auto;
	margin-right:auto;
  margin-top:0px;
	text-align:center;
  font-size:15px;
	font-weight:bold;
	line-height:20px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.divlogo {
	padding:3px;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background:url(./intro.jpg) no-repeat;
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.divintro a {
color:#333333;
font-size:10px;
text-decoration:none;
}
.divintro a:hover {
color:#818181;
font-size:10px;
text-decoration:none;
}
#base {
text-align:center;
font-family:"Arial";
position:relative;
margin:25px auto;
bottom:8px;
font-size:12px;
width:1024px;
color:#fff;
text-align:center;
}
#mentions {
width:100%;
text-align:center;
color:#818181;
font-size:10px;
}
#mentions a {
color:#333333;
font-size:10px;
text-decoration:none;
}
#mentions a:hover {
color:#818181;
font-size:10px;
text-decoration:none;
}