/*
.preload{
	display: none;
}
*/

#container{
	text-align: center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#logo{
	width: 100%;
	margin-bottom: -20%;
	margin-top: 5%;

}

#mainimg{
	width: 100%;
	margin-bottom: -7%;

}


#centerdiv{
	position:absolute;
	width:100px;
	height:150px;
	padding:0;
	border:0;
	margin:0;
	
}


#links{
	line-height: 30px;
	position: relative;
	font-family: lato_light;
	padding-bottom: 10px;
}

#links a{
	color: black;
	text-decoration: none;
}

#links ul{
	list-style: none;
}

#links li a:hover{
	color: gray;
}



#social{
	text-align: center;
	width: 120px;
	margin: auto;
}

#plus1, #like, #reddit{
	margin: auto;
}

#plus1{
	width: 48px;
	
}

#like{
	width: 76px;
}

#social{
	display: none;
}


#social:target{
	display: block;
}

#footercontainer{
	width: 100%;
	position: fixed;
	bottom: 0;
	
	background: url(../images/stucco.png) repeat;
	
	font-family: lato_light;
}

#footer{
	width: 90%;
	border-top: solid #8a8a8a 1px;
	padding: 10px 0px 5px 0px;
	margin:0px 5% 0px 5%;
}

#footer #nav{
	float: right;
	padding-bottom: 8px;
} 

#footer #nav a{
	color: black;
	text-decoration: none;
}

#footer #nav a:hover{
	color: gray;
}


#footer #copyright{
	float: left;
	color: gray;
	padding-bottom: 8px;
}

#footer #nav a:hover{
	color: gray;
}

.gray{
	color: gray;
}

