body {
	margin: 0px;
	text-align: center;
	background-color: #1f1a17;
	color: #C8C4C3;
}
body,div,table,td,span,a,p {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #C8C4C3;
}
form {
	display: inline;
}
.clear {
	clear: both;
}
.container {
	width: 1000px;
	margin: 0px auto 0px auto;
	/* border: 1px solid red; */
}

.logo {
	background-image: url(images/titulinis_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #1f1a17; /* shitas tam kad firefoxas rodytu visa logo*/
}
.spacer {
	height: 21px;
/* 	border: 1px solid red; */
}
.lang_cont {
	height: 44px;
	float: right;
}
.textas_cont {
	float: left;
	width: 420px;
}
.text {
	text-align: justify;
	text-indent: 40px;
	padding: 15px;
	line-height: 20px;
}
.buttons_cont {
	float: right;
	width: 550px;
	text-align: left;
}
.btn_bg {
	width: 510px;
	height: 51px;
	background-image: url(images/titulinis_linkai.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}
.btn_text {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 25px;
}
a {
	text-decoration: none;
}
.btn_spacer {
	font-size: 1px;
	height: 15px;
}








