html {
  background: url(../images/back.png) repeat left center #ffffff;
  background-attachment: fixed;
}

body {
  color: #F47E50;
  margin: 15px 0px 0px 0px;
  padding: 0;
  font: 10px/14px Verdana, Arial, sans-serif;
}

#layout 
{
  background: url(../images/fond.png) repeat left center #ffffff;
	width: 800px;
	height: 620px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#under 
{
  background: url(../images/fond.png) repeat left center #ffffff;
	width: 800px;
	height: 150px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#logo 
{
	width: 800px;
	height: 80px;
  background: url(../images/bkng-top.png) repeat left center;
}

#content 
{
	position: relative;
  height: 508px;
  width: 800px;
}

div.header 
{
  background: url(../images/vert.png) repeat left center #98CC60;
	width: 800px;
	height: 2px;
}

div.footer 
{
  background: url(../images/vert.png) repeat left center #98CC60;
	width: 800px;
	height: 20px;
}

div.footer p
{
	margin-left: 10px;
  font: 10px/16px "Verdana";
  color: Black;
}

div.spacer 
{
	width: 800px;
	height: 5px;
}

p
{
	cursor: default;
}
