@charset "UTF-8";
/* CSS Document */
<!--
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(../img/side2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#mainTable{
	border:2px solid #fff;
}

#mainTekst{
	padding:20px;
	background-color:#333333;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainTekst h1,h2,h3,h4,h5{
	color:#66CCFF;
}

#mainTekst a{
	color:#EEE;
}

#mainTekst a:hover{
	color:#EEE;
	text-decoration:none;
	background-color:#000000;
}
-->
