html, header, nav, aside, footer {
	/*background-color:  #ccdceb;*/
}

body, header, footer {
	width: 100%;
}

nav, aside, #content_area {
	border: 1px solid #295c8e;
}


html {
  height:100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
} 


body {
	margin-top: 10px;
	bottom: 10px;
	margin: auto;
	height: 100%;
	background-color: white;
}

header {
	height:15px;
}

section {
	width: 100%;
	/*height:  100%;*/
	height: calc( 100% - 60px );
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-color:  white;*/
	float: left;
	/*border: 1px solid blue;*/
}

footer {
	bottom: 0px;
	height: 20px;
	position:fixed;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
}

.marquee {
 width: 100%;
 margin: auto;
 /* padding: 2px; */
 overflow: hidden;
 white-space: nowrap;
 /* border: solid 1px #CCCCCC; */
 animation: marquee 10s linear infinite;
 color: red;

}

.marquee:hover {
  animation-play-state: paused;
}
