html {
	/*height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(#003153, #E0E0E0);
	/*font-size: 62.5%;
	background-color: #E0E0E0;
	text-align: justify;*/
	/*height: 100%;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;*/
}

p {
	/*font-size: 1em;*/
	color: #ffffff;
	text-align: center;
}

.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}