﻿body 
{
	margin: 0;
	padding: 0;
	background: #fff;
	font: 9pt Tahoma;
}

img 
{
	border: 0;
}

#bubbles 
{
	position: absolute;
	width: 100%;
	min-width: 990px;
}

#left-bubble 
{
	background: url(../img/left-bubble.png);
	width: 413px;
	height: 342px;
	position: absolute;
	left: 0px;
}

#center-bubble 
{
	background: url(../img/center-bubble.png);
	width: 288px;
	height: 204px;
	position: absolute;
	left: 35%;
	z-index: 3;
}

#right-bubble 
{
	background: url(../img/right-bubble.png);
	width: 615px;
	height: 686px;
	position: absolute;
	right: 0px;
}

#main 
{
    position: relative;
	width: 100%;
	z-index: 10;
	min-width: 990px;
}

#main * 
{
	z-index: 10;
}

#logo 
{
	height: 195px;
	width: 336px;
	background: url(../img/logo.png);
	clear: both;
	float: left;
	margin-left: 45%;
	cursor: pointer;
}

#content 
{
	clear: both;
	width: 32%;
	float: left;
	margin-left: 40px;
	margin-top: 150px;
	margin-bottom: 100px;
	color: #003082;
	display: inline;
}

h5 
{
	color: #003082;
	font-size: 10pt;
}

#footer 
{
	clear: both;
	width: 100%;
	height: 80px;
	background: url(../img/footer.jpg) repeat-x;
}

#copyright 
{
	float: left;
	width: 270px;
	color: #fff;
	margin: 55px auto auto 5px;
	font-size: 7pt;
}

#bono 
{
	margin-left: 20px;
}

#sk-logo 
{
	width: 20px;
	height: 17px;
	background: url(../img/sk.png);
	cursor: pointer;
	display: block;
	float: left;
	margin-top: -7px;
}

#sk a, #sk a:link 
{
	color: #fff;
	text-decoration: none;
}

#sk a:hover 
{
	color: Orange;
	text-decoration: underline;
}

#sk a span, #sk a:link span 
{
	color: Orange;
}

#footer-end 
{
	background: url(../img/footer-end.jpg);
	width: 208px;
	height: 80px;
	float: right;
	margin-top: 1px;
}

#azersun 
{
	background: url(../img/azersun.jpg);
	width: 66px;
	height: 37px;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 70px;
	display: inline;
}#lang {
	width: 150px;
	font-weight: bold;
	font-size: 11px;
}
#lang a {
	color: #003082;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#lang a:hover {
	text-decoration: underline;
}
