body{
	background-image:url(/images/fclogo);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;

}
#container{
	margin: 0 auto;
	width:330px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius:15px;
	background-color:rgba(255,255,255, 0.6);
	padding: 10px 0px 0px 0px;
	border: thin solid black;

}
.center{
	text-align:center;
	margin: 0 auto;
}
