.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.center_v {
	position: absolute;
	top: 0px;
	margin-top: 150px;
}

.center_h {
	position: absolute;
  	left: 50%;
	margin-left: -250px;
}

.header-left {
    	position: absolute;
    	left: 0;
    	top: 0;
    	height: 80px;
}

.font-left-top {
	position: absolute;
	left: 0;
	margin-left: 20px;
	font-family: Papyrus,fantasy;
	font-size: 50px;
	color: rgba(18, 24, 28, 0.9);
}

.header-right {
    	position: absolute;
    	right: 0;
    	top: 0;
    	height: 80px;
}

.font-right-top {
	position: absolute;
	right: 0;
	margin-right: 20px;
	font-family: Papyrus,fantasy;
	font-size: 50px;
	color: rgba(18, 24, 28, 0.9);
}

.footer-left {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	height: 80px;
}

.font-left-bottom {
	position: absolute;
	left: 0;
	margin-left: 20px;
	font-family: Papyrus,fantasy;
	font-size: 50px;
	color: rgba(18, 24, 28, 0.9);
}

.footer-right {
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	height: 80px;
}

.font-right-bottom {
	position: absolute;
	right: 0;
	margin-right: 20px;
	font-family: Papyrus,fantasy;
	font-size: 50px;
	color: rgba(18, 24, 28, 0.9);
}


.outside {
	position: absolute;
	top: 700px;
	left: 50%;
  	margin-left: -175px;
}

.outside2 {
	position: absolute;
	top: 700px;
	left: 50%;
	margin-left: -400px;
}


.message {
	font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
	font-size: 20px;
	color: rgba(184, 199, 209, 0.9);
}

body {
	background: url(/images/background.png) no-repeat;
	z-index: -1;
}


a { 
	color: inherit;
} 