@charset "iso-8859-2";

/*
 *		plik:		beyon.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		30 maj 2007
 */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

#container {
	margin: auto;
	padding: auto;
	width: 988px;
	min-height: 100%;
	height: auto !Important;
	height: 100%;
	text-align: center;
}

#flashcontent {
	border: none;
}

#flashcontent strong {
	position: relative;
	top: 50px; 
	padding: 10px;
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#flashcontent a {
	position: relative;
	top: 50px; 
	padding: 10px;	
	font-family: Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}

#flashcontent a:hover {
	color: #FF9900;
}

a:focus ;{
	-moz-outline-style: none;
}

img {
	border: 0px;
}
