body {
	margin: 80px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(228,226,210);
	color: black;
  text-align: center;
}

img {
  border: none;
}

a {
  color: rgb(113,15,16);
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: rgb(138,130,78);
}

#page {
  position: relative;
  width: 900px;
  text-align: left;
  margin: auto;
}

#header {
  position: relative;
  width: 900px;
  height: 120px;
  background-image: url('/images/logo-main.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 20px;
}

#mottoMain {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

#titleWeb {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Georgia, "Times CE", Verdana, 'Geneva CE', lucida, sans-serif;
  font-size: 210%;
  color: black;
  z-index: 1;
  line-height: 25px;
}

#titleWeb a {
  text-decoration: none;  
  color: black;
}

#titleWeb .claim {
  font-size: 70%;
}

#hrefHome {
  display: block;
  position: absolute;
  width: 100px;
  height: 125px;
  margin: auto;
}

#enter {
	padding: 80px 0px 0px 0px;
	text-align: right;
	font-size: 160%;
	font-family: Georgia, "Times CE", Verdana, 'Geneva CE', lucida, sans-serif;
	color: rgb(152,144,95);
}

#enter a{
	color: rgb(152,144,95);
}

#enter a:hover{
	color: rgb(113,15,16);
}
