body {
	width:100%;
	height: 100%;
    color: #3C3F39;
    background-color: #d4fe9a;
    background: #d4fe9a url(../images/bg.jpg) fixed repeat-x top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:  Helvetica Neue, arial, sans-serif;
	font-size: 14px;
}
a {
	color: #a0c968;
}


#content {
	margin: 0 auto;
	padding: 180px 0 0 0;
	text-align: center;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
#content p {
	margin: 0 auto;
	text-align: left;
}
#maluch  {
	display: block;
	float: left;
	width: 410px;
}
#meniu {
	display: block;
	text-align: left;
}
#meniu a {
	background-color: #BEEF77;
	color:#FF7200;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
	margin-right: 1px;
	height: 25px;
	line-height:25px;
}
#meniu a:hover,
#meniu a:focus {
	background-color: #39580A;
	color: #ffffff;
}
#tekstas  {
	display: block;
	text-align: left;
	padding: 70px 0 0 20px;
	float: left;
	width: 550px;
}
.antraste {
	font-size: 19px;
	font-weight:bold;
	color:#FF7200;
}

