/* CSS Document */

  html,
  body,
  div#content {
padding: 0;
margin: 0 auto; text-align: center; 
  }
  
    div#content {
   width: 990px;
   height: 700px;
  }
  
  body {

	background-color: #FFFFFF;
  }
  
  div#content,
  object#flash_holder {
	min-width: 800px;
	min-height: 600px;
 
  }
  
  div#content,
  object {
   overflow: hidden;
  }
  
  #stopka {
	margin-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
  }
  
  a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	color: #66CCFF;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
