html,body {height:100%;}

body {
	font: 12px Verdana, Tahoma, Arial;
	padding:0;
	margin:0; 
	color: #000;
	text-align:center;
	background: #FFF799;
}

/* nuorodos */

a:link, a:visited, a:active {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#669933;
	text-decoration:none;
}
.activepage{
	font-weight:bold;
	font-size:14px;
}

#hold {
	position:relative;
	width:600px;
	margin:0 auto;
	min-height:100%;
	padding:0;
	text-align:center;
}

p {
margin:5px;
}

img {
border:0;
}