@charset "iso-8859-2";

body
{
	background-color: #1c1d1b;
	margin        : 0px;
	padding       : 0px;
}

#container
{
	background    : #fff url(../bg2.jpg) top left repeat-x;
	padding       : 0px;
	margin: 0px ; 
	width:100%; 
}

a:link, a:active, a:visited 
{
	text-decoration : none;
	color           : #dedede;
}

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