html,
body {
   margin:0;
   padding:0;
   height:100%;
}

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

#header {
	min-height:32px;
	background-color:#009E45;
	color:#fff;
	display:block;
}


#body {
   padding:10px;
   padding-bottom:40px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#003A61;
}	

h1,p{
	font-family: 'Roboto', sans-serif;
	color:#003A61;
	font-size:100%;
}

a,a:visited
{
	color:#0000ff;
}

a:hover
{
		color:#009E45;
}

#logo-container
{
	margin:0;
	padding:0;
	width:100%;
	min-height:200px;
}

#logo
{
	margin:auto;
}


#content
{
	margin:auto;
	margin-top:80px;
	max-width:450px;
	text-align:center;
}