/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%;   }
body { font: 14px Georgia, serif; }
#page-wrap {
	width: 960px;
	margin: 0 auto;

	
	overflow: hidden;
	height: 430px;
	margin: 0 auto 0 auto;
}
#page-wrap2 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	height: 470px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-top: 0;
}
#page-wrap3 {
	width: 640px;
	
	margin-top: 20px;
	margin-left: 10%;
	
}
.info-col { float: left; width: 132px; height: 100%; padding: 5px 0 0 0; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 110px; text-indent: -9999px; display: block; border-right: 1px solid black; }

.batman {
	background-color: #FFF;
	background-image: url(../images/937.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.spiderman { background: url(../images/938.jpg) left center no-repeat;background-color: #FFF; }
.aquaman { background: url(../images/aquaman.jpg) center center no-repeat; }
.ironman { background: url(../images/ironman.jpg) center center no-repeat; }
.superman { background: url(../images/936.jpg) left center no-repeat;background-color: #FFF; }

dt { padding: 5px; background: #4d4d4d;; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: 5px; top: 5px; width: 460px; background: #4d4d4d;; padding: 10px; color: white; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #000; }
dd:nth-of-type(1) { background: #000; }

dt:nth-of-type(2) { background: #4d4d4d; }
dd:nth-of-type(2) { background: white;color: black; }

dt:nth-of-type(3) { background: #808080; }
dd:nth-of-type(3) { background: #808080; }

dt:nth-of-type(4) { background: #999999; }
dd:nth-of-type(4) { background: #999999; }

dt:nth-of-type(5) { background: #808080; }
dd:nth-of-type(5) { background: #808080; }

dt:nth-of-type(6) { background: #4d4d4d; }
dd:nth-of-type(6) { background: #4d4d4d; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }
