html, body {
	background:black;
  	background-attachment: fixed;
	color:yellow;
	text-align:left;
	font:15px verdana;
	scrollbar-base-color:black;
	scrollbar-track-color:black;
	scrollbar-arrow-color:yellow;
}

h1 {
	text-align:center;
	margin-top:70px;
	font-size:35px;
}


a:link {text-decoration:none;color:yellow;}
a:visited {text-decoration:none;color:yellow;}
a:active {text-decoration:none;color:yellow;}
a:hover {text-decoration:none;color:white;}

#body {
	position:relative;
	margin:0px auto;
	width:800px;
	height:500px;
	border:0px solid yellow;
}

#main {
	position:absolute;
	width:800px;
	height:400px;
	background:black;
}

#main p {
	text-align:center;
	margin-top:70px;
}

#main p.tva {
	text-align:center;
	margin-top:200px;
}

#overlay {
	position:absolute;
	top:130px;
	left:-50px;
	width:900px;
	height:175px;
	background:url('../img/spacer.jpg');
	border-top:1px dashed yellow;
	border-bottom:1px dashed yellow;
	overflow:auto;
}

#overlay p {
	text-align:center;
	color:white;
	margin-top:5px;
	margin-bottom:3px;	
	opacity:0.6;
	filter:alpha(opacity=60)
}

#overlay p:hover {
	text-align:center;
	color:white;
	margin-top:5px;
	margin-bottom:3px;
	opacity:1;
	filter:alpha(opacity=100)
}

#overlay table {
	margin-top:1px;
}

#overlay td {
	text-align:center;
	margin-top:15px;
	color:white;
	opacity:0.6;
	filter:alpha(opacity=60)
}

#overlay td:hover {
	text-align:center;
	margin-top:15px;
	color:white;
	opacity:1;
	filter:alpha(opacity=100)
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

#overlay img {
	width:200px;
	height:100px;
	border:1px dashed black;
}

#overlay img:hover {
	border:1px dashed white;
}
