body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#Page
{
	width: 480px;
	height: 360px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
   	background-position: center center;
   	border: 2px solid #C00;
}

#Links a
{
	position: relative;
	margin: auto;
	padding: 0px;
	font-size: 20px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#Links
{
	position: relative;
	top: 35%;
}