/* Reset *?
* {
	margin:0;
	heading:0;
}

/* General Styling */
body {
	color: #fcfcfc;
	font:14px 'Segoe UI', Arial, sans-serif;
	background:#ccc;
}

a {
	text-decoration: none;
	outline: none;
	color: #54a6de;
}

/* Custom Styling */
.container {
	width:70%;
	margin:10px auto;
	overflow:auto;
}

/* Navigation Styles */
#navbar {
	display:block;
	height: 40px;
	background: #13181d;
}

#navbar a {
	color:#fff;
	display:inline-block;
	height:40px;
	line-height: 37px;
	padding:0 15px;
}

#navbar a.active, #navbar a:hover {
	background: #333;
}

/* Content Styling */
main {
	display:block;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}

main li {
	float:left;
	list-style:none;
	margin:6px;
	position:relative;
	height:125px;
	width:125px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}

main li img {
	width:125px;
	height:125px;
}

main ul {
	overflow:hidden;
}

main ul.hidden {
	display:none;
}

footer {
	position: fixed; 
    bottom:0%;
    width:100%;
    text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}