* {
	margin: 0;
}
html,body{
	height:100%;
}
body {
	margin:0;
	padding:0;
	color: #000;
	background-color: #f6e5cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
table {
  font-size: 1em;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
#content {
	width: 972px;
	margin: 0 auto;
}
#logo {
	width: 228px;
	height: 171px;
	float: right;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}
#buttons {
	clear: both;
	width: 309px;
	height: 457px;
	margin: 30px 140px 0 0;
	float: right;
	background-image: url(welcome.png);
	background-repeat: repeat-y;
	background-position: center;
}
.button {
	clear: left;
	width: 231px;
	height: 141px;
	margin: 0 0 17px 77px;
	float: left;
}
.button img {
	border: 0;
}
#bump {
	width: 972px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -768px;
	background-image: url(bg-bar.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#ercar {
	height: 768px;
}
#footer {
	width: 972px;
	height: 768px;
	margin: 0 auto;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
