::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #262626;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

body {
    background-image: url('https://data.whicdn.com/images/67608556/original.gif');
	background-size: cover;
	color: white;
	font-family: "courier new";
}

a {
	color:white;
}

a:hover {
	color:red;
}

a:active {
	color:black;
}

#main{
	height: auto;
	float: right;
	margin-top:-35.5%;
	margin-right:5%;
	background-color: #111111;
	opacity: 0.8;
	width: 60%;
	padding: 20px;
}

#sidebar{
	background-color: #111111;
	opacity: 0.8;
	margin: 10px;
	padding: 10px;
	width: 25%;
}

#hunt {
	text-decoration:none;
}

#images{
	width:70%;
	text-align:center;
	padding:0%;
	opacity:2;
	margin: 15px 0px 0px 0px;
	float: right;
}

#headings{
	text-align: center;
}

#staticGif{
	width: 400px;
	margin: 20px;
}

#staticGifHolder{
	width: 15%;
}

#titleHeading{
	height: 80px;
	float: right;
	margin-right: 50px;
}

.frontPageImages{
	display: inline;
}
