
#header {
	text-align: center;
	background-color: #080A12;
	padding: 0.3px;
	color: #ACB8DC;
	border-radius: 5px;
	background-image: url('banner.gif');
	background-position-y: 169px;
	background-size: 150px;

}


#nav{
	font-size: 19px;
	color: black;
	float: left;
	margin-top: 20px;
	padding: 20px;
	background-color: #3E5393;
	 border-radius: 5px;
}

#nav ul {
	list-style: none;
	margin: 0px;

}

#intro {
	width: 1200px;
	background-color: #3E5393;
	text-align: center;
	float: right;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
}

body {
	background-color: #111729;
	font-family: helvetica;
}

#footer{	
 
	clear: both;
  padding-top: 20px;


	
	
}

#container {
	background-color: #304173;
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-radius: 5px;



}

#content{

}

#photo1 {
	float: left;
	margin-top: 20px;


}

#photo1 img{
	width: 210px;

 
	
} 

a{

	text-decoration: none;
	color: black;

}

a:hover {
	color: white;
	transition: fade;
	transition: all, 0.1s ease-in;

}
p {
	font-size: 20px;
}

#nav li{
	padding-bottom: 2px;
}

#blinkies img {
	padding-top: 15px;
	padding-left: 8px;

 }


#blinkies {
	float: left;
	width: 1050px;
	
 }


#blinkies .quake {
	width: 600px;
}

#photo2 {
	float: right;
	margin-top: 20px;

}

#photo2 img {
	width: 230px;
	height: auto;
}

.pressed {
	background-color: whitesmoke;
	border-radius: 5px;
	padding: 1px;
}

#gb img{
  position: absolute;
  left: 184px;
  top: 305px;
  z-index: 1;
  width: 65px;
  height: auto;
  transform: rotate(-20deg);
 
}

#ds img{
  position: absolute;
  left: 465px;
  top: 100px;
  z-index: 1;
  width: 45px;
  height: auto;
  transform: rotate(5deg);
 
}

#start {
	width: 	90px;
	height: 	90px;
	left: 	1650px;
	top: 	85px;
	position: 	absolute;
	opacity: 	0;
	z-index: 	2;
}

#paper {
	position: 	absolute;
	width: 	110px;
	height: 	auto;
	left: 	1640px;
	top: 	75px;
	transform: rotate(5deg);
	z-index: 1;


	
}