body {
	font-family: "Trebuchet MS", Verdana, Ariel, sans-serif; 
	font-size: 10pt;
	min-width: 850px;
	background: #444;
}

#wrap {
    background-image: url(images/bkg.jpg);
    background-repeat:repeat-x;
	height: 650px;
	border: solid 3px #999
}

#header {
	position: absolute;
	top: 10px;
	left: 100px;
	color: #ff9500;
	font-size: 160%;
	font-weight: normal;
}

.pbox {
	position: absolute;
	overflow: hidden;
	background: #222;
	left: 10%;
	top: 50px;
	width: 400px;
	height: 350px;
	border: solid 1px #fff;
}

.smaller-text {font-size: 80%}

.selected {z-index: 1}

.firstbox > .overlay {
	display: none;
}
.firstbox > .caption {
	height: 80px;
}
.firstbox > .text {
	height: 80px;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 350px;
	background: #000;
}

.caption {
	position: absolute;
	width: 400px;
	height: 0px;
	bottom: 0px;
	left: 0px;
	background: #221;
	overflow: hidden;
}

.text {
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 6px 10px;
	text-align: center;
	line-height: 1.2em;
	border-top: 1px solid #fff;
	color: #fff;
}

#promo {
	position: absolute;
	width: 200px;
	top: 25px;
	left: 70%;
	color: #ff9500;
}

#body-text {
	position: absolute;
	line-height: 1.5em;
	top: 550px;
	left: 100px;
	color: #ff9500;
	z-index: 2;
}

#footer {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.linktext {
	position:relative;
	top:-50px;
	left:10px;
	z-index:-1;
}

a img { border: none }

a {
	color: #ff9500;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
}

a:hover{
	color: #ff0000;
}

.transp {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

