html, body {
		margin: 0;
		padding: 0;
		}
html {
		background: url(/img/fon.jpg) no-repeat center center fixed;
		background-color: #D3D3D3;
		background-size: cover;
}
h1 		{
		text-align: center;
		}
.header		{
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		height: 60px;
		width: 100%;
		/*border-bottom: 1px solid rgb(0,0,0);*/
		background: inherit;
		color: #641349;
		text-shadow: 2px 2px 5px rgb(180,180,180);
		z-index: 10000;
		}
.content	{
		margin: 61px 0 0 180px;
		padding: 10px;
		max-height: 10000px;
		}
.menu		{
		position: fixed;
		top: 61px;
		left: 0px;
		bottom: 0px;
	   	padding: 0 0 0 0;
		width: 180px;
/*		background-color: rgb(210,240,240);*/
		}
.menu ul
		{
		margin: 0;
	   	padding: 0;
		list-style-type: none;
		}
.menu ul li	{
		margin: 0;
		padding: 5px 0 0 0;
		}
.menu ul li a	{
		margin: 0;
	   	padding: 0 10px 0 10px;
		width: 160px;
		color: #641349;
		text-decoration: none;
		display: block;
		}
.menu ul li a:hover{
		margin: 0;
	   	padding-left: 0 10px 0 10px;
		width: 160px;
		color: rgb(255,255,255);
		text-decoration: none;
		background-color: rgb(45,115,230);
		display: block;
		}
.tovar		{
		padding: 5px;
		min-width: 800px;
		border-collapse: collapse;
		}
.tovar th	{
		padding: 10px;
		}
.tovar td	{
		padding: 10px;
		}