/* Start of CMSMS style sheet 'tfaruk' */
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #301400;
	width: 100%;
	height: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
a {
   color: gray;
}
a:hover {
color: white;
}
#kontener {
	width: 100%;
	min-height: 700px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-color: #301400;
	position: absolute;
	top: -150px;
	text-align: justify;
}

#tresc {
	width: 420px;
	margin-left: 510px;
	margin-top: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	position: relative;
}

#menu {
	position: absolute;
	margin-left: 635px;
	margin-top: 350px;
	color: orange;
	width: 320px;
}
#menu a {
            color: orange;
	margin-right: 18px;
	text-decoration: none;
}
#menu a:hover {
            color: silver;
}
/* End of 'tfaruk' */

