html,body{
      height:100%;
      margin:0;
      padding:0;
      border:none
}

* {margin: 0px 0px; padding: 0px 0px; }
img {border: 0px;}



body {
	background-color: #192742;
	font-family: courier new, monospace;
	font-size: 15px;
	color: white;
}

#link a {
	color: #dddddd;
	text-decoration:none;
}

#link a:hover {
	color: #ccccff;
	text-decoration:underline;
}


a {
	color: #dddddd;
	text-decoration:underline;
}



a:hover {
	color: #ccccff;
	text-decoration:underline;
}

#page {
	padding: 20px;
	display: table;
	height:100%;
	width: 986px;
}

#header {
	font-size: 25px;
	font-weight: bold;
	font-style:italic;
}

#header a {
	color: white;
	text-decoration:none;
}

#header a:hover {
	color: #eeeeff;
	text-decoration:none;
}


#link {
	font-size: 16px;
	border-bottom: 1px solid white;
	width:700px;
	float:left;
	height: 61px;
}

#mini_graph {
	width: 120px;
	height: 60px;
	float:left;
	border: 1px solid white;
	background-repeat:no-repeat;
}

#lang {
	width: 60px;
	height: 60px;
	float:left;
	border-top: 1px solid white;

	background-repeat:no-repeat;
}

#footer {
	font-size: 9px;
}


#praca a {
	color: white;
	text-decoration:none;
}

#praca a:hover {
	color: #ccccff;
	text-decoration:none;
}

#timezone {
   display: none;
}