body {
	padding: 0;
	margin: 0;
	background: #e3cf00;
	color: #FFF;
	font-family:  verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 12px;
}
#vcontainer {
	position: absolute;
	top: 50%;
	width: 100%;
}
#hcontainer {
  position: absolute;
  width: 760px;
    margin-left: -400px;
    top: -236px;
	left: 50%;
}



#container {
    background: #fff;
    width: 760px;
    padding: 20px;
    padding-bottom: 0px;
}


#containerleft {
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('image.jpg');
	padding: 10px;
}


#containerright {
	float: left;
	width: 350px;
	height: 350px;
	background: #860009;
	overflow: auto;
	padding: 10px;
  margin-left: 20px;
}
#containerright h2 {
	margin: 0;
	padding: 0;
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
  font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}
#containerright a {
  color: #e3cf00;
}
#containerright a:hover {
  color: #ccc;
}

#footer {
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #b4394c;
}

.clr {
  clear: both;
  height: 1px;
  line-height: 1px;
  border: 1px solid black;
}


img {
	border: 0;
}

a {
	text-decoration: none;
	color: #b4394c;
}
a:hover {
	text-decoration: none;
	color: #333;
}