* { margin: 0; padding: 0; }
body { font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #fff; background-color:#1a1a1a; 
background-image:url(../images/stacks/horzbg.gif);
background-position: bottom;
background-repeat:repeat-x;
}

#container {
width: 100%;
margin:auto;
height: 600px;


}


#header {
	position: fixed; bottom: 0px;
	height:77px;
	width: 100%;
	background-image:url(../images/stacks/header.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	
	}

#stack-container {
	width: 104px;
	margin:auto;

	}
	
a {
	text-decoration:none;
	}

/* ================ STACK #1 ================ */
.stack { position: fixed; bottom: 78px;}
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }
