body, div, figure
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: 'Courier', 'MS Courier New', 'Prestige', 'Everson Mono';
	font-size: 16px
}

#header
{
	position: absolute;
	top: 0px;
	height: 75px;
	min-width: 50vw;
	background-position: bottom left !important;
	background-size: contain !important;
}

#main
{
	margin-top: 75px;
}

#footer
{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
}

#footer a:link
{
	color: #11f;
	text-decoration: none;
}

#footer a:visited
{
	color: #11f;
	text-decoration:none;
}

#footer a:hover
{
	color: #11f;
	text-decoration:none;
}

#footer a:active
{
	color: #11f;
	text-decoration:none;
}

#container
{
	background-color: #eee;
	margin: auto;
	width: 80%;
	//height: 100%;
	text-align:	center;
}

#container #confirmFacebook, #container #confirmDelete
{
	position: absolute;
	background-color: #fff;
	padding: 10px;
	box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	top: 100px;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 90%;
}
#intro
{
	background-color: #eee;
	width: 100%;
}


#containerFigure > img
{
	max-width: 100%;
}

#container a
{
	display: inline-block;
	margin: 0px 20px;
}

#container #nav
{
	padding:40px 0px 10px 0px;
	text-align: center;
}

#hidden
{
	visibility: hidden;
}

#bigFont
{
	font-size: 32px;
}