body{margin: 0; padding: 0; height: 100%; width: 100%;}
a:hover{color: red;}

#table1
{
border-width:3px;
border-style:solid;
border-color:white;
box-shadow:3px 3px 3px black;
}

#tablo {
	box-shadow: 0 0 10px #555;
}

#img {
	border-radius: 125px / 1px;
	box-shadow: 0 0 5px #444, 0 0 8px #333, 0 0 10px #666;
}


#main{
	min-height:100%;
	margin:0 auto;
	position:relative;
}

footer{
	background:#131313;
	position:absolute;
	bottom:0;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	color: #e7e5e4;
}

footer a {
	text-decoration:none; 
	color: #e7e5e4;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 30px;
}