*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #999999;
	background: #fff url(images/fond.jpg) no-repeat 0 100%;
	font-family: Verdana, arial, Sans-Serif;
	font-size: 85%;
	text-align: center;
}

#page {
	width: 680px;
	margin: 0 auto;
	padding-top: 80px;
}

h1 {
	
}

h1 a {
	display: block;
	width: 306px;
	height: 275px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -500em;
	margin: 0 auto;
}

h2 {
	color: #d11167;
	font-size: 22px;
	margin-top: -50px;
	font-weight: normal;
	margin-bottom: 20px;
}

a {
	color: #d1026a;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: 22px;
}

p#copyright {
	font-size: 10px;
	margin-top: 20px;
}