BODY {
	margin: 0 0 0 0;
	background-color: #BD9E5E;
	background-image: url(img/bg.jpg);
	color: #ffffff;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #8DCDF1;
	text-decoration: none;
}

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

#images {
	position: absolute;
	top: 0px;
	left: 100px;
}

#frame {
	position: absolute;
	top: 100px;
	left: 700px;
	background: url(img/bg_frame.jpg) no-repeat;
}

#bg {
	background: url(img/bg_frame.jpg) no-repeat;	
}

h1 {
  color: #333333;
  font-family: georgia, times new roman;
  font-size: 18px;
  font-weight: none;
  margin: 20px 0 0 0;
}

.bgcolor {
	background-color: #333333;
}