/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial;
	font-size:10pt;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	height:100%;
}


#container {
    position: relative;
    min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #container {
    height: auto;
	}

* html #container {
height: 100%;
}
	
a {
text-decoration:none;
color:#FFFFFF;}

a:hover{text-decoration:underline;}

/*
#wrapper
{
  position: absolute;   
  top:0px;
  left:0px;
}
*/

#history-container 
{
  
}

.login
{	
	margin-left: 420px;
	margin-top: 50px;
	margin-bottom: 50px;
}

ul
{
	font-family: Verdana;
	font-size: 10px;	
}

.copyright{
	font-family:Arial;
	font-size:9pt;
	background-color: #000000;
	width: 100%;
	clear:both;
	height:34px;
	padding-top:30px
	text-align: center;
}

#historyPage{
	color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;

}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 800px; 
}


/* MENU*/

#navcontainer{background-color: #333333;
}

#navlist
{
margin: 0px;
padding: 0px;
background-color: #333333;
}

#navlist a, #navlist a:link, #navlist a:visited
{
padding: 0;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
padding: 0;
text-decoration: none;
}

#navlist li
{
display: inline;

}

#navlist ul
{
margin: 0px;
padding: 0px;
}



/*IMAGE*/
.displayed {
width:800px;
display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:10%;	}
	

#footer {
position:absolute;
	width: 100%;

	font-size:90%;
	text-align:center;
	bottom: 0;
	}
