body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background-color:#1143b5;
}

#realBody{
	z-index: 5;				/* Place the new body above the background image */
	height:100%;width:100%;	/* Make the new body fill the screen */
}

#infoDiv {
	width: 300px;
	position:absolute;
	padding-top: 5px;
	padding-left: 25px;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size:20px;
	letter-spacing:1px;
	color:#FFF;	
}

#infoDiv a {
	color:#FFF;
	text-decoration:none;
}

#infoDiv a:hover {
	text-decoration: line-through;
}
	
.boldtype {
	 font-weight: 900;
}
	
#copyDiv {
	width:100%;
	position:absolute;
	bottom: 5px;
	right: 16px;
	text-align:right;
	padding:11px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size:12px;
	color:#0b2b72;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  #infoDiv {
	width: 280px;
	font-size:18px;
	letter-spacing:0px;
	color:#FFF;	
}

#copyDiv {
	width:300px;
	left: 20px;
	text-align:left;
}

}