body{
	background:#212121;
	font-family: Arial;
}

div#container{
	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -200px;
	width:200px;
	height:100px;
}

div.title{
	color:white;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
