body
{
	background:black;
	height:100%;
}

@font-face {
    font-family: flatline;
    src: url(../fonts/flatline.ttf);
    font-weight:400;
}

#container
{
	min-height: 100%;
	margin: 0 auto;
	width: 660px;
	height: 600px;
	background:black;
	/* background-image:url("http://opendata.adelaidecitycouncil.com/historic_photos/collection/HP0001.JPG"); */
	background-repeat:no-repeat;
	background-position:50% 70px; 
}

#imageTitle
{
	color: white;
	text-align: center;
	font-family: sans-serif;
}
#header
{
	background:black;
	/* padding: 10px; */
	text-align: center;
	color: white;
}

#header h4 
{
	font-family: sans-serif;
	font-size: 75%;
}

#header h1 { 
	margin: 0;
	font-family: flatline, sans-serif;
	font-weight: bold;
	font-size: 300%;
 }


#content
{
	/* width: 720px;
	height: 760px; */
	clear: left;
	/* padding: 10px; */
}

#content canvas
{
	/* border:1px solid #d3d3d3;
	display:block; */
}

h3
{
	color: white;
	text-align: center;
	font-family: flatline, sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#footer
{
	/* position:absolute; */
	bottom:0;
	width:100%;
	color: white;
	text-align: right;
	/* padding: 20px; */
	/* height: 1%; */
}

#ToolTip
{
height:60px;
}