html,body {
	height : 100%;
}

body {
	margin : 0;
	padding : 0;

	background-color : #000;
	font-family : tahoma,sans-serif;
	font-size : 9pt;

	/*text-align : center;*/
}

#page {
	position : relative;

	/*margin : auto;*/

	text-align : left;

	background-image : url(../images/page-fond.gif);
	background-repeat : no-repeat;

	width : 510px;
	height : 330px;

	color : #000;

	letter-spacing : 1px;
}

#page h1 {
	background-image : url(../images/kiwicopie-logo.gif);
	background-repeat : no-repeat;

	width : 280px;
	height : 78px;

	text-indent : -9000px;
	overflow : hidden;

	position : absolute;
	top : 27px;
	left : 106px;
}

#coordonnees {
	position : absolute;

	left : 32px;
	top : 215px;

	line-height : 1.3em;
}

#kiwigraphik {
	position : absolute;

	left : 345px;
	top : 246px;
}

#pied {
	position : absolute;
	left : 32px;
	top : 302px;

	color : #fff;
}

#pied a {
	color : #fff;
	text-decoration : none;
}

#pied a:hover {
	text-decoration : underline;
}