body {
background: #45484d; /* Old browsers */
margin: 0px;
background-image: -moz-linear-gradient(90deg, #45484d, #000000);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
background-repeat:no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

sub {
	font-family: 'Metrophobic', sans-serif;
	color:#1B91E0;
	font-size: 20pt;
	left: 34%;
	top: 9%;
	position:relative;
	text-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
}

heading {
	font-family: 'Metrophobic', sans-serif;
	color:white;
	font-size: 40pt;
	left: 9%;
	top: 10%;
	position:relative;
	-webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
	
	}
	heading.glow {
	text-shadow: 0 0 10px white;
	}
	
	heading2 {
	font-family: 'Metrophobic', sans-serif;
	color:white;
	font-size: 45pt;
	left: 0%;
	top: 0%;
	position:relative;
	-webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
	}
	
	heading2.glow2 {
	text-shadow: 0 0 10px white;
	}

boxdiv {
	background-color:rgba(0,0,0,0.5);
	width: 900px;
	/*top: 90px; */
	height: 500px;
	/*left: 200px; */
	position: absolute;
	/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
 -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
 box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
}

framediv {
	background-color: blue;
	position:relative;
	left: 40px;
	top:35px;
	width: 80px;
	height: 300px;
	display: block;
	float:left;
}
picturebox {
	left:30px;
	display:block;
	text-align:left;
	float:left;
	top:50px;
	display:none;
	width: 350px;
	height:400px;
	font-family:tahoma;
	color: white;
	position:relative;
	padding: 5px;
	}

/*textboxglade{
	left:50px;
	display:block;
	text-align:left;
	float:left;
	top:25px;
	display:none;
	width: 350px;
	font-family:tahoma;
	color: white;
	position:relative;
	
	
}

	
textboxpig{
	left:50px;
	display:block;
	text-align:left;
	float:left;
	top:25px;
	display:none;
	width: 350px;
	font-family:tahoma;
	color: white;
	position:relative;
	
	
}*/

.item:hover {
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
 -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
 box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
 z-index: 999;
}

.tb{
	left:50px;
	display:block;
	text-align:left;
	float:left;
	top:25px;
	display:none;
	width: 400px;
	font-family:tahoma;
	color: white;
	position:relative;
	
	
}
divback {
display:block;
cursor: pointer;
cursor: hand;
width:10px;
height:10px;
color: orange;

}
.item img {
	opacity:0;
}

#outer { margin: 0 auto; width: 900px; height: 500px; height: 100%; }
#inner { top: 50%; margin-top: -250px; overflow: hidden; }
