html,body {
   margin: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
}

#main {
   width: 100%;
   height: 100%;
}

#content {
   text-align: center;
   vertical-align: middle;
   height: 95%;
}

#footer {
   text-align: center;
   height: 5%;
}

