html, body{
	height:100%;
	min-height:100%;
}
a {
	text-decoration: none;
}

a:hover {

 text-decoration: underline; /* Добавляем подчеркивание */
}
#page{
	width:1000px;
	margin: 0 auto;	
	height:auto !important;
	min-height:100%;
	height:100%;
	
	background-image: url(../img/line.gif);
	background-repeat: repeat-y;
}
#push{
	height:121px;
	clear:both;
}
#footer{
	width:1000px;
	margin: 0 auto;

	clear:both;
	height:121px;

	background-repeat: no-repeat;
	background-image: url(../img/footimg.jpg);
}
#header{
	position: relative;
	height:629px;
	
	background-image: url(../img/bcimg.jpg);
}
#menu{
	position: absolute;
	width: 240px;
	top: 380px;
	left: -10px;
	
	text-align: right;
}
#menu a{
	font-size: 18px;
	text-decoration: none;
	font-family: Tahoma;
	color: #062d28;	
}
#menu a:hover{
	text-decoration: none;
	color: #003399;	
}
#menu li{
	height: 24px;
	
	list-style: none;
}
#content{
	position: absolute;
	top: 380px;
	left: 790px;
	width: 210px;
	
	font-size: 12px;
	font-family: Tahoma;	
	color: #31625f;
}

#superlink a {
color:#31625f;

}

#textolymp{
	position: absolute;
	left: 775px;
	top: 35px;
	
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	font-family: Tahoma;
	color: #042a95;		
}
#footlink{
	width: 400px;
	margin-left: 305px;
	padding-top: 35px;
	
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #03c7ed;
}
#footlink a{
	text-decoration: none; 
	font-weight: bold;
	font-size: 11px;
	color: #03c7ed;
}
#footlink a:hover{
	text-decoration: underline;
	color: white;
}
#adds{
	position: absolute;
	left: 820px;
	top: 120px;
	
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	color: #7b7b7d;			
}
#logo {
	position: absolute;
	width: 227px;
	height: 74px;
	top: 35px;
	
	background-image: url(../img/logo.gif);	
}
#footer .tochka{
	display: block;
	position: absolute;
	left:550px;
	margin-top:20px;

	text-decoration: none;
	color: white;
}
#footer .tochka img{
	vertical-align: middle;
}



