body {
	background:#000000 url(images/background.jpg) no-repeat top center;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#all {
	background: url(images/base.png) no-repeat top;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}
a { outline: none; }
#logo {
	background: url(images/tm.png) no-repeat bottom left;
	height: 123px;
	width: 541px;
}
a img { border: none; margin: 0 5px; }
#kontaktai {
	margin: 100px 0 0 50px;
	width: 400px;
	height: 200px;
	color: #fff;
	text-align: left;
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
}
#kontaktai a {
	color: #fff;
	text-decoration: none;
}
#kontaktai a:hover {
	color: #e6f6ff;
	border-bottom: 2px dashed #e6f6ff;
}
#social {
	margin: 70px 0 0 0;
	width: 470px;
	height: 47px;
}
#footer {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #80c5ea;
}
#links {
	float: left;
	width: 500px;
}
#copy {
	float: right;
	width: 300px;
	text-align: right;
}
#footer a {
	color: #80c5ea;
	text-decoration: none;
	margin: 0 10px;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.clear { clear: both; }
