/* ##### CSS Document ##### */
/* ##### Created by "Bocharnikov" 2005-2020 ##### */
/* ##### Copyright © http://bocharnikov.dezigner.ru 2005-2020 ##### */
*
{
	margin: 0; /* Обнулим отступы браузеров */
	padding: 0; /* Обнулим отступы браузеров */
	outline: none; /* Без ёбаной, желтенькой обводочки в полях ввода*/
}
html
{
	height: 100%;
	width: 100%;
}
body
{
	background-color: #747474;
	color: #505050;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
table
{
	table-layout: fixed;
	border: 0px;
}
::selection
{ 
  background: #d3aa00; /* Safari, Chrome, Opera */  
}  
::-moz-selection
{ 
  background: #d3aa00; /* FireFox */  
}
#kasseta
{
	background-image: url('images/audio.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	behavior: url(PIE.htc);
}
#l
{
	color: #505050;
	text-align: left;
	padding-left: 180px;
	padding-top: 25px;
	font-size: 12px;
}
#r
{
	color: #505050;
	text-align: right;
	padding-right: 180px;
	padding-top: 25px;
	font-size: 12px;
}
a:link{color: #505050;text-decoration: none}
a:visited{color: #505050;text-decoration: none}
a:active{color: #505050;text-decoration: none}
a:hover{color: #000;text-decoration: underline}
a.menu:link{color: #ddd; text-decoration: none;}
a.menu:visited{color: #ddd;text-decoration: none}
a.menu:active{color: #ddd;text-decoration: none}
a.menu:hover{color: #eabd03;border-bottom: 1px;text-decoration: none}

/* ##### I love CSS3 ##### */