@charset "UTF-8";
/* CSS Document PALANTIR*/

body{
	text-align:center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding:0;
	margin:0;
	height: 100%;
	}
#container{
	top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table;
	margin: auto;
	}
#content { 
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 602px;
	margin-top: -310px; /* half of the height */
	margin-left: -400px; /* half of the width */
	overflow: hidden;
	}
a, a:hover, a:active, a:visited {
	color:#FFFFFF;
} 