body {
	color: gray; 
	background-color:#829bdb; 
	/*background-image: url("/img/wall.jpg");
	background-repeat: repeat;*/
	font-family: "Times New Roman";
	font-size: 100%;
}

#page {
	color: black;	
	overflow: hidden; 

	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px; 
	height: 554px;
	margin-top: -277px; /*set to a negative number 1/2 of your height*/	
	margin-left: -400px; /*set to a negative number 1/2 of your width*/	
	border: 1px solid #5975bd; 
	background-color: #FFF;
	background-image: url("/img/bg-hr.jpg");    
}

img {border-style:none}

#flags {
  margin-left: 10px;
}

#content {
	position: relative;
	top:20px;
	left:310px;
	width: 440px;
	height: 325px;
	border: 1px solid #829bdb;
	background-image: url("/img/transparency.png"); 
	background-repeat: repeat; 
	overflow-y: auto;
	padding: 15px;
	text-align: center;
}

#content a img {border: 2px solid #829bdb}
#content a img:hover {border: 2px solid white}

#navigation {
	color: black;
	width: 250px;
	/*border: 1px solid black;*/
	position: relative;
	top: 370px;
	left: 50px;
	font-family: "Book Antiqua";
	font-size: 20px;
}

#toplistBox
{
  position:absolute;
  visibility:hidden;
     top: 50%;
     left: 79%;
     width: 100px; 
     height: 10px;
     margin-top: -50px; /*set to a negative number 1/2 of your height*/     
     margin-left: -50px; /*set to a negative number 1/2 of your width*/     
     /*border: 1px solid #5975bd; 
     background-color: #FFF;*/
}

#toplist
{
  position:relative;
     top: 350px;
}

#navigation a {text-decoration: none; color: red;}
#navigation a:hover {color: #4E8ABE}
