html {
	height: 100%;
	}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #000 url(/images/bg_fade.jpg) 0 bottom repeat-x;
	}
#container {
	display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 675px;
  background: transparent url(/images/bg_lg.jpg) 0 bottom no-repeat;
	}

#content {
	display: block;
	position: absolute;
	left: 25px;	
	top: 20%;
	width: 605px;
	height: 230px;
	background: transparent url(/images/bg_splash.gif) 0 0 no-repeat;
	}
#info {
	display: block;
	position: absolute;
	left: 430px;
	top: 176px;
	font: 12px Verdana;
	color: #7c7c5d;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	line-height: 16px;
	}
a,
a:active,
a:link,
a:visited {
	text-decoration: none;
	color: #7c7c5d;
	}
a:hover {
	color: #dedede;
	}