#centerbox {
	position: absolute;
	width: 750px;
	height: 750px;
	text-align: center; /*така центрираме хоризонтално */
	top: 50%;
	left: 50%;
	margin-top: -375px; /* половината от височината */
	margin-left: -375px; /* половината от ширината */
	border: 0px;
}
#info {
	padding: 5px;
	width: 335px;
	height: 105px;
	color: #353535;
	text-align: left;
	background-color: #111111;
	border: 1px solid #202020;
}
#sites {
	padding: 5px;
	width: 335px;
	height: 125px;
	color: #353535;
	text-align: left;
	font-size: 13px;
	background-color: #111111;
	border: 1px solid #202020;
}
#search_icon {
	position: absolute;
	right: 30px;
	bottom: 5px;
	border: 0px;
	opacity: 0.18;
	-moz-opacity: 0.18;
	filter: alpha(opacity=18);
}
#search_icon:hover {
	opacity: 0.36;
	-moz-opacity: 0.36;
	filter: alpha(opacity=36);
}
#footer {
	position: fixed;
	padding: 0px;
	text-align: left;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 11px;
	background-color: inherit;
	border-top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #353535;
	font-family: Tahoma;
	font-size: 13px;
	background-color: #000000;
}

a:link, a:visited  {color: inherit; font-size: inherit; background-color: inherit; text-decoration: none;}
a:active, a:hover {color: #292929; font-size: inherit; background-color: inherit; text-decoration: none;}