@charset "utf-8";
/* COMMON */
* { padding: 0; margin: 0; }
img { border-style: none; }

p {	line-height: 1.5em; }

ul {
	line-height: 1.5em;
	margin-top: 1em;
}

body {
	background: #7BC2D6 url(/images/background.png) no-repeat center top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-size: 250%;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}
/* COMMON END*/

#page {
	margin: 0 auto;
	width: 645px;
}

#centre1 {
	background: url(/images/centre_1.png) no-repeat center top;
	height: 282px;
}
#centre2 {
	background: url(/images/centre_2.png) no-repeat center top;
	height: 399px;
	padding: 0 20px 0 20px;
}

#foot {
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 7pt;
}
#foot a { color: #000000; }