/* CSS Document */

body {
	background-color: #60605D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-cachepot.png);
	background-repeat: no-repeat;
	background-position: center center;
}
   html, body, .wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
   }
   .wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }.Home {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
	line-height: 14.5px;
}
.Home a {
	color: #09F;
	text-decoration: none;
}
.Home a:hover {
	color: #069;
}

