#container{
	min-height:110%;
	max-width:100%;
	position:relative;
	padding-bottom:40px;
}
body{
	height:100%;
	width: 99%;
	padding-bottom:20px;
	background-image:url("resources/background.jpg");
	background-repeat: repeat-x;
	background-color:#AAAAAA;
}
hr{
	width:75%;
	border: 5px outset #777777;
}
.main_h {
	width:400px;
	heigth:auto;
	background-color:#500000;
	text-align:center;
	color:white;
	border:10px double #777777;
	border-radius:20px;
	margin-top: 30px;	
	margin-left: auto;
	margin-right: auto;
	font-size:300%;
}
.sub_h {
	margin-top:20px;
	margin-bottom:auto;
    text-align:center;
	
}
.large_logo {
    width:25%;
    height:auto;
    margin:5px;
   float:left;
}
.pic{
	width:325px;
	height:auto;
	max-height:245px;
	padding: 0px;
	margin: 10px;
	border:5px solid  #777777;
	border-radius:5px;

}
.pic:hover {
	border:10px solid #777777;
	width:375;
	height:auto;
	max-height:500px;
	margin:-40px;
	transition: width .2s ease-in-out;
	color:white;
}
.pic:hover .sub_h{
	color:white;
}
.footer{position: fixed;
	left:0px;
	bottom:0px;
	margin-left:0px;
	height: 40px;
	width: 100%;
	background-color:#500000;
	
	}
.footer_logo{
	position: absolute;
	right:0px;
	height:35px;
	width:auto;
	padding:3px;
}
#github{ position:absolute;
	left:50%;
	bottom:10px;
	heigth:90%;
	width:auto;
	margin:auto;
	margin-left:-80px;
	font-size:20px;
}
#email{
	position:absolute;
	left:5px;
	bottom:10px;
	font-size:medium;
	color:white;
	
}
#home_url{
	position:absolute;
	right:45px;
	bottom:10px;
	font-size:Large;
	color:white;

}
#picture_table{
	float:center;
	margin:auto;
}
