body {
	background-color: #017AC9;
	
}

.base_lvl {
	position: absolute;
	left:0px;
	top:0px;
	margin: 0px;
	width: 50%;
	height: 600px;
	background-image: url('../../img/bg_l_tit6.jpg');
	background-color: #017AC9;
	background-repeat: repeat-x;
}   

.base_lvl_r {
	position: absolute;
	left: 50%;
	top:0px;
	margin: 0px;
	width: 50%;
	height: 600px;
	background-image: url('../../img/bg_r_tit6.jpg');
	background-color: #017AC9;
	background-repeat: repeat-x;
}

.bg {
	background-color: #017AC9;
}

.page {
	/*background-color: #368ECE;*/
	width: 999px;
	background-image: url('../../img/bg_title.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
}

.top_section .telefonas{
	width: 104px;
	height: 37px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 48px;
	padding-right: 20px;
	background-image: url('../../img/phone.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: right;
}

