
body {
	background-color: #000000;
}

#header
{
	width: 800px;
	height: 600px;
	position : absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	z-index : 10;
	background-color: #000000;
}


#divimage
{
	width: 415px;
	height: 300px;
	position : absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -207px;
	background-color: #000000;

	z-index : 20;
}

#divimage a {
color: #000000;
}

#divimage a:hover {
color: #000000;
}
