/* CSS style sheet by www.abadzhiev.com */

/* mac hide\*/
/* html, body {height:100%} */
/* end hide */

html * {
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#000000 url(../img/zlatan-abadzhiev-intro-bg.png) top center no-repeat;
}
.container {
	position:relative;
	width:100%;
}
.footer {
	width:100%;
	position:absolute;
	bottom:10px;
	font:12px Tahoma, Verdana, Helvetica, sans-serif;
	line-height:120%;
	color:#555555;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.footer a {
	color:#555555;
	text-decoration:none;
	border:0;
	padding-bottom: 2px;
}

.footer a:hover {
	color:#fff;
	text-decoration:none;
}
.footer a.latest {
	font:10px/1.2 Verdana, Helvetica, sans-serif;
	color:#555555;
	text-decoration:none;
	border:0;
	padding:3px 5px;
	line-height:20px;
}

.footer a.latest:hover {
	color:#fff;
	background:#555555;
	padding:3px 5px;
}
.footer .services {
	font:10px/1.2 Verdana, Helvetica, sans-serif;
	padding-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
}
.footer .services span.web {
	color:#bb0000;
}