.header{
	position:fixed;
	top:0vh;
	width:100%;
	left: 0vw;
	height: 12vh;
	z-index: 1;
	max-height: 15px;
	background-size: contain;
}
#main{
	position: relative;
	margin-top: 0vh;
	float: right;
}
#Title{
	width:auto;
	background-position: left top;
	height:12vh;
	background-repeat: no-repeat;
	background-size: contain;
}
.container-fluid {
	background-color:rgba(85, 38, 138, 0.63);
	background-attachment:scroll;
	overflow:visible;
}
center {
	position: relative;
	top:8vh;
	background-size: contain;
}
body { color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 3; padding: 3;}
	#message { max-width: 495px; margin: 100px auto 16px; padding: 32px 24px; border-radius: 3px;}
	#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
	#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
	#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
	#message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
	#message button { text-transform: uppercase; padding: 16px;}
button {
	font-size: 14px; display: block; text-align: center; background: #039be5; background-image: url("../images/background/bgbf.png"); color: white;border-radius: 4px; margin: 20px auto 8px;
}