body{    
background-color:#5B82B4;
	/*background: url('../images/fon.jpg');
				background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:230px 10px;*/

}


#header{
    text-align: center;
    margin-bottom: 0px;
}

.table {
				width: 960px;
				height: 100%;
				background: url('../images/fon.jpg');
				background-size: 100% 100%;
				background-repeat:repeat;
				background-attachment:fixed;
				
				background-position:230px 0px;
				 }
				
				 

.line_wrap{
    margin-bottom: 20px;
    text-align:center;
}
.greet-text{
    font-size: 14px;
    line-height: 1;
    text-align: justify;
}
.welcome{
    text-align: center;
}
#greet{
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer{
    text-align: center;
}
#player{
    margin-bottom: 20px;
}

a.blockhref {
    color: #333;
}
div.highlight{
    background: none repeat scroll 0 0 #f0f1f2;
    border-color: #d7d8d9;
    box-shadow: 0 1px 0 #ffffff, 0 2px 3px rgba(0, 0, 0, 0.06) inset, 0 0 2px rgba(0, 0, 0, 0.04) inset;
    padding: 15px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #ffffff;
    font-family: "Open Sans Condensed", sans-serif;
}
a.blockhref:hover{
    text-decoration: none;
}
.text{
    text-align: justify;
    font-family: "Mon Amour One Medium", arial;  
    font-weight: 500;
	font-size: 20px;
    text-shadow: 0px 0px 0px #aaa;
	line-height: 140%;
}

.text2{
    text-align: center;
    font-family: "Mon Amour One Medium", arial;  
    font-weight: 500;
	font-size: 14px;
    text-shadow: 0px 0px 0px #aaa;
	line-height: 130%;
	font-weight: bold
}

.text3 { 
    font-family: Arial, Helvetica, Verdana, sans-serif; /* ��������� ������ */ 
    font-size: 14px; /* ������ ������ */ 
    font-weight: 500; /* ������� ���������� */ 
   }


.semi-transparent-button {
display: block;
box-sizing: border-box;
margin: 1 auto;
padding: 1px;
width: 200px;
max-width: 200px;
background: #fff; /* �������� ���� ��� ������ ��������� */
background: rgba(255, 255, 255, 0.3);
border-radius: 8px;
border: 1px solid #000;
color: #000;
text-align: center;
font-size: 20px;
font-family: "Mon Amour One Medium", arial;  
text-decoration: none;
letter-spacing: 1px;
transition: all 0.3s ease-out;
}

@media (max-width: 1700px){
    .table{
        background-position: center top;
    }
}