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;
}

.game {
	border:1px solid #CE6300;
	text-align:left;
	background:#FFFABF;
	padding:5px;
	margin:5px;
}
.title {
	font-size:13px;
	font-weight:bold;
	margin:6px 5px;
	text-align:left;
}

.info {
	text-align:left;
}

.needed {
	font-size:11px;
	text-align:left;
}

.meniu {
	font-weight:bold;
	margin:5px;
	background:#B10000;
	display:block;
	padding:5px;
}
.meniu p {
	margin:3px 5px;
}
.meniu p a {
	padding:3px;
	color:#FFF799;
	text-decoration:none;
}
.meniu a:hover {
	background:white;
	color:#8A0000;
}