
html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}

body {
  background: url('images/bg.gif') repeat-x top #f1f1f1;
  border-top: 10px solid #cada3c;
  padding: 0;
  margin: 0;
}

a {
	color: #0ca0b5;
}

a img {
  border: 0 none;
}

.clear {
  clear: both;
}

#wrapper {
  background: url('images/bg.png') repeat-x bottom left;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#twc {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#weather-icon {
  position: absolute;
  right: 10px;
  top: 20px;
}

#weather-text {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 70px;
  top: 36px;
}

#logo-info {
	display: block;
	margin-top: 20px;
	width: 118px;
}

#content {
  display: block;
  position: absolute;
  width: 45%;
  left: 30px;
  top: 40px;
}

#content-left, #content-right {
  display: block;
  float: left;
}

#content-left {
  margin-right: 20px;
}

#content-left h1 {
  margin: 0;
}

#content-right {
  border-left: 1px solid #0ca0b5;
  padding-left: 20px;
  width: 64%;
}

#footer {
  bottom: 15px;
  color: #444;
  font-size: 11px;
  left: 10px;
  position: absolute;
}

#footer a {
  background: url('images/dreamstar.png') no-repeat left center;
  padding-right: 50px;
  text-decoration: none;
}
