html{
	background: url(Background.svg);
	background-position: left top;
	background-attachment: fixed ;
	background-repeat:no-repeat;
	background-size: cover;
	}
	
p.temp {
	color:#5e46dd;
	font-family: Sans-Serif;
	font-size: 18pt;
	text-align:center;
	background-color:#5e46dd; 
	
	/* Normal background colour (no set by jquery)
	background-color:#fcfffc; */
	
	margin:0px;
	padding:10px;
	
	border:solid;
	border-color:#5e46dd;
	border-width:3px;
	opacity: 0;
	}	
	
div.center {
	position: fixed;
	height:50px; 
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -135px
	}	