body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 130px 0px 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div {
	position: relative;
}
img {
	border: 0px;
}
div#Web {
	margin: 45px auto 0px;
	padding: 0px;
	background-image: url(images/Web.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 310px;
	width: 525px;
}
div#Conception {
	margin: 0px auto;
	text-align: center;
	font-size: 24px;
	padding: 0px;
	z-index: 1;
}
a:link, a:visited, a:active {
	color: #555555;
	text-decoration: none;
	padding: 25px;
	border: 1px dotted #000000;
	margin: 0px;
}
a:hover {
	color: #777777;
	border: 1px dotted #444444;
}
h1 {
	margin: 0px 0px 45px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

