/* background: # url('images/galaxies1.png') top left fixed repeat; */

.globe { 
	background: url('images/pdf_screenshots/mods/globe.png') bottom no-repeat;
	width: 525px;
	height: 425px;
}

.globe .illo-link {
	color: #FFF;
}

.pendant { 
	background: url('images/pdf_screenshots/mods/pendant.png') bottom no-repeat;
	width: 450px;
	height: 210px;
}


.banner { 
	background: url('images/pdf_screenshots/mods/banner.png') bottom no-repeat;
	width: 605px;
	height: 90px;
}


.snowglobe { 
	background: url('images/pdf_screenshots/mods/snowglobe.png') bottom no-repeat;
	width: 330px;
	height: 345px;
}

.passport { 
	background: url('images/pdf_screenshots/mods/passport.png') bottom no-repeat;
	width: 230px;
	height: 320px;
}

.sack { 
	background: url('images/pdf_screenshots/mods/sack.png') bottom no-repeat;
	width: 200px;
	height: 305px;
}

.piggybank { 
	background: url('images/pdf_screenshots/mods/piggybank.png') bottom no-repeat;
	width: 300px;
	height: 290px;
}

.pillow { 
	background: url('images/pdf_screenshots/mods/pillow.png') bottom no-repeat;
	width: 330px;
	height: 400px;
}

.sunglasses { 
	background: url('images/pdf_screenshots/mods/sunglasses.png') bottom no-repeat;
	width: 220px;
	height: 170px;
}

.jar { 
	background: url('images/pdf_screenshots/mods/jar.png') bottom no-repeat;
	width: 200px;
	height: 320px;
}

.cap { 
	background: url('images/pdf_screenshots/mods/cap.png') bottom no-repeat;
	width: 225px;
	height: 165px;
}

.mostselective { 
	background: url('images/pdf_screenshots/mods/mostselective.png') bottom no-repeat;
	width: 320px;
	height: 250px;
}

.adbox { 
	background: url('images/pdf_screenshots/mods/adbox.png') bottom no-repeat;
	width: 510px;
	height: 470px;
}

.polaroid { 
	background: url('images/pdf_screenshots/mods/polaroid.png') bottom no-repeat;
	width: 280px;
	height: 560px;
	margin-bottom: -300px;
	z-index: 10;
}

.post-its { 
	background: url('images/pdf_screenshots/mods/post-its.png') bottom no-repeat;
	width: 325px;
	height: 340px;
}

.twitterbubble { 
	background: url('images/pdf_screenshots/mods/twitterbubble.png') bottom no-repeat;
	width: 395px;
	height: 340px;
}

.trophycup { 
	background: url('images/pdf_screenshots/mods/trophycup.png') bottom no-repeat;
	width: 390px;
	height: 355px;
}

.books { 
	background: url('images/pdf_screenshots/mods/books.png') bottom no-repeat;
	width: 315px;
	height: 225px;
}

.illo-link {
	font-family: Helvetica;
	font-size: 1.1em;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

#mainContainer {
	/*height: 500px;*/
	width: 95%;
	/*border: 2px solid red;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}



#dividerContainer, #itemContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#dividerContainer {
	z-index: 10;
}

#itemContainer {
	z-index: 2;
	/*display: none;*/
}

div {
/*	height: 400px;
	width: 400px;*/
	/*float: left;*/
/*	border: 1px solid red;
	margin: 0px;
	padding: 0px;*/
}

.row-divider {
	/*width: 100%;*/
	height: 400px;
	border-bottom: 10px solid #000;
}

.grid-sizer {
	width: 100px;
	/*display: none;*/
}

.gutter-sizer {
	width: 2px;
	/*display: none;*/
}

.hr {
	width: 100%;
	height: 15px;
	background-color: #000;
}

.hr.short {
	width: 50%;
}

.hr.blank {
	background-color: #FFF;
}

.top-story {
	width: 300px;
	height: 300px;
}