body {
	background: #a7a7a7;
}

body, td, div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #ffe2d3;
}

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

#main_box {
	position: relative;
	width: 513px;
	height: 315px;
	background: url(img/n1.gif) no-repeat;
	text-align: left;
}

#main_address_box {
	position: absolute;
	left: 150px;
	top: 0px;
}

#kaunas_address_box {
	position: absolute;
	left: 150px;
	top: 130px;
}

#vilnius_address_box {
	position: absolute;
	left: 332px;
	top: 130px;
}

#info_box {
	position: absolute;
	left: 13px;
	top: 130px;
}

#logos_box {
	position: absolute;
	left: 150px;
	top: 264px;
}

.logo {
	float: left;
	margin-right: 23px;
}


