*{  
   margin:0;  
   padding:0;  
}

body {
		font-family: Arial, Helvetica;
		background-color: #8a7967;
		font-size: 13px;
}

img, area {
	border: none;
}

a {
	text-decoration: none;
	color: #fff;
}

p {
  margin-bottom: 5px;
}

#container {
	width: 867px;
	height: 550px;
  margin: auto;	
  position: relative;
}

#title {
  position: absolute;
  top: 0px;
  left: 0px;
}

#subtitle {
  position: absolute;
  top: 63px;
  left: 0px;
}

#page-contents {
	position: absolute;
  top: 108px;
  left: 0px;
  border: 2px solid #fff;
  width: 863px;
  height: 600px;
  background-color: #c9c2b8;
}

#usp-bar {
  position: absolute;
  top: 110px;
  left: 2px;
}

#footer {
	position: absolute;
	top: 720px;
	right: 0px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #fff;
}
