							/***** CSS *****/



.opisy 			{
			display:		none;	
			}

* 			{
			margin:			0;
			padding:		0;
			border:			 none;
			font-family:		'Tahoma', Verdana, Arial, Helvetica;
			text-align:		left;
			font-size:		12px;
			}

a:link 			{
			color:			#034181;
			text-decoration:	none;
			}

a:visited 		{
			color:			#034181;
			text-decoration:	none;
			}

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

#ground			{
			background:		#d1d7de url(../img/web_repeter.jpg);
			background-repeat:	repeat-x;
			}

#rama			{
			position:		relative;
			margin:			0 auto;
			width:			791px;
			height:			100%;
			border:			none;
			z-index:		1;
			}

#ramka			{
			position:		relative;
			margin:			0 auto;
			top:			0px;
			background:		#d1d7de url(../img/templat.jpg);
			background-repeat:	no-repeat;
			width:			791px;
			height:			400px;
			margin-top:		48px;
			border:			none;
			z-index:		5;
			}

#home			{
			position:		absolute;
			top:			18px;
			left:			692px;
			z-index:		10;
			}

#mail			{
			position:		absolute;
			top:			127px;
			left:			547px;
			z-index:		10;
			}



