body,html		{	
				color: #444444;
				font-family: arial, helvetica, sans-serif;
				font-size: 12px;
				height:100%;
				width:100%;
				padding:0;
				margin:0;
			}

#mother		{
				background-attachment: fixed;
				width:100%;
				height:100%;
				z-index:-1;
				margin:0;
				padding:0;
				position:fixed;
				top:0px;
				left:0px;
				background-color:#000;
			}

#header		{	float:right;
				margin-top:100px;
				margin-right:100px;
			}

#container	{
			z-index:8;
			}

.blok		{	
				text-align: left;
				font-size:11px;
				cursor:pointer;
				width:227px !important;
				height:227px !important;
				border-radius:3px;
				border:0px solid white;
				background-color:white;
				display:none;
			}

.blok span	{	display:block;
				color:white;
				margin-top:230px;
				font-size:23px;
					
			}
.text	{		
				padding-left: 35px;
				padding-right:60px;
				padding-top:160px;
				font-size:11px;
		
			}
#blok1		{	background-image: url('img/blok1.png');
				background-repeat: no-repeat;
				float:left;
				width:227px;
				height:227px;
				z-index:10;
				margin-right:15px;
			}
#blok2		{	background-image: url('img/blok2.png');
				background-repeat: no-repeat;
				float:left;
				width:227px;
				height:227px;
				z-index:10;
				margin-right:15px;
			}
#blok3		{	background-image: url('img/blok3.png');
				background-repeat: no-repeat;
				float:left;
				width:227px;
				height:227px;
				z-index:10;
				margin-right:15px;
			}
#blok4		{	background-image: url('img/blok4.png');
				background-repeat: no-repeat;
				float:left;
				width:227px;
				height:227px;
				z-index:10;
				margin-right:15px;
			}