body {
	color: #808080;
	background: -moz-element(#container) no-repeat;
	background-color: #ffffff;
	margin: 0px;
	overflow-x: hidden;
	}

.content {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 35%;
	left: 35%;
	height: 350px;
	width: 500px;
	z-index:15;
	}
.date {
	font-family: 'New Rocker', cursive;
	font-size: 55px;
	}
a:link {	
	color: #808080;
	font-family: 'New Rocker', cursive;
	font-size: 15;
	}
#main {
	position: absolute;
	text-align:center;
	width:400px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 40%;
	z-index:5;
	}
	
#midt {
	position: absolute;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 15%;
	}