html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    color: #000000;
	background: #ffffff;
	font: normal 12px/18px Verdana, sans-serif;
}

#container {
		min-height:100%;
		position:relative;
}

#content {
	margin-top: 0;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
	padding-top:60px;
	padding-bottom:60px;
}

#header {
		position:absolute;
		width:100%;
		height:60px;
		text-align: center;
	}

#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		text-align: center;
	}

#photos {
	text-align: center;
}

#like {
	width: 100px;
	top: 70px;
	left: 250px;
}

h1 {
	margin: 15px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
	text-decoration: underline;
	color: black;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: black;
}

a img {
	border: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
