.inventionator-body {
	margin:0;
	padding: 0;
}
.inventionator {
	margin: 0 auto; 
	padding: 0;
	width: 990px;
	height: 600px; 
	background: #060606 url('../images/inventionator-bg.jpg');
	line-height:1;
}

.inventionator.tiny {
	width:280px;
	height:240px;
	padding:20px;
}
.inventionator h1 {
	text-align:center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 120px;
}

.inventionator #factContainer {
	font-size: 30px;
	height:425px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.inventionator.tiny #factContainer{
	font-size:18px;
	height:90px;
	width:90%;
}
.inventionator #justthefacts {
	position:absolute;
	width:100%;
	margin:0;
	top:0px;
	list-style:none;
	padding:0;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.inventionator #justthefacts li {
	list-style:none;
	color:#fbfeaf;
	font-family: 'Dosis';
	width:500px;
	height:425px;
	margin:0 auto;
	line-height: 37px;
	text-align: center;
}


.cars {
	background: transparent url('../images/fil-car.png') 50% 50% no-repeat;
}
.cellphones {
	background: transparent url('../images/fil-cell.png') 50% 50% no-repeat;
}
.planes {
	background: transparent url('../images/fil-plane.png') 50% 50% no-repeat;
}
.city {
	background: transparent url('../images/fil-city.png') 50% 50% no-repeat;
}
.fil-generic {
	background: transparent url('../images/fil-generic.png') 50% 100% no-repeat;
}

.inventionator #gimme {
	position: absolute;
	left:0px;
	top:-120px;
	bottom:0;
	margin: auto;
	font-family: 'Dosis';
	font-size: 25px;
	font-weight: 600;
	min-width:160px;
	height:30px;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	margin: 10px 0 0 15px;
	text-decoration: none;
	text-shadow: 0px 1px 2px #858585;
	border-radius: 11px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: solid #ffffff 3px;
	background: #f37642;
	background: -moz-linear-gradient(top, #f37642 0%, #f26222 35%, #f37742 56%, #faa526 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f37642), color-stop(35%,#f26222), color-stop(56%,#f37742), color-stop(100%,#faa526));
	background: -webkit-linear-gradient(top, #f37642 0%,#f26222 35%,#f37742 56%,#faa526 100%);
	background: -o-linear-gradient(top, #f37642 0%,#f26222 35%,#f37742 56%,#faa526 100%);
	background: -ms-linear-gradient(top, #f37642 0%,#f26222 35%,#f37742 56%,#faa526 100%);
	background: linear-gradient(to bottom, #f37642 0%,#f26222 35%,#f37742 56%,#faa526 100%);
	zoom:1; *display: inline; _height: 30px; /*IE Fix */
}

#twitternator {
	position: absolute;
	right:0px;
	top:-120px;
	bottom:0;
	margin: auto;
	font-family: 'Dosis';
	font-size: 25px;
	font-weight: 600;
	min-width:160px;
	height:30px;
	text-align:center;
	color:#ffffff;
	display:inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	margin: 10px 0 0 15px;
	text-decoration: none;
	text-shadow: 0px 1px 2px #858585;
	border-radius: 11px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: solid #ffffff 3px;
	background: #fcbb44;
	background: -moz-linear-gradient(top, #fcbb44 0%, #fcb126 38%, #fdbd35 54%, #f9ce84 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbb44), color-stop(38%,#fcb126), color-stop(54%,#fdbd35), color-stop(100%,#f9ce84));
	background: -webkit-linear-gradient(top, #fcbb44 0%,#fcb126 38%,#fdbd35 54%,#f9ce84 100%);
	background: -o-linear-gradient(top, #fcbb44 0%,#fcb126 38%,#fdbd35 54%,#f9ce84 100%);
	background: -ms-linear-gradient(top, #fcbb44 0%,#fcb126 38%,#fdbd35 54%,#f9ce84 100%);
	background: linear-gradient(to bottom, #fcbb44 0%,#fcb126 38%,#fdbd35 54%,#f9ce84 100%);
	zoom:1; *display: inline; _height: 30px; /*IE Fix */
}

.twitterbird {
	background: transparent url('../images/tweet.png') top center no-repeat;
	float:left;
	width: 36px;
	height: 30px;
	
}

#bottom {
    position: relative;
    width: 500px;
    height: 100px;
    margin:auto;
}
