body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'bitstream vera sans', 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 0.8em;
	background: rgb(150,27,30);
}

h1, h2, h3 {
	font-family: 'Garamond', 'Lucida Grande', 'Lucida Sans Unicode', 'bitstream vera sans', 'trebuchet ms', verdana, arial, sans-serif;
}

#all {
	position: relative;
	width: 100%;
	min-width: 1180px;
	height: 100%;
	min-height: 1020px;
	overflow: hidden;
}

#background {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}

#pageLoader {
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 100px;
}

	#pageLoader  svg{
		float: left;
	}
	
	#pageLoader  p{
		display: block;
		padding: 50px 0px 0px 200px;
		color: white;
		font-size: 30px;
		font-family: 'Garamond';
		font-weight: bold;
	}

#laptop {
	position: absolute;
	display: block;
	width: 858px;
	height: 809px;
	left: 900px;
	top: -133px;
	background: url('laptop.png') no-repeat 0 0;
}

#mininotepad {
	position: absolute;
	display: block;
	width: 301px;
	height: 458px;
	left: 880px;
	top: 430px;
	background: url('mininotepad.png') no-repeat 0 0;
}

#mar {
	position: absolute;
	display: block;
	width: 318px;
	height: 333px;
	left: 1160px;
	top: 620px;
	background: url('mar.png') no-repeat 0 0;
}

#mototol {
	position: absolute;
	display: block;
	width: 173px;
	height: 178px;
	left: 1120px;
	top: 840px;
	background: url('mototol.png') no-repeat 0 0;
}

#postit {
	position: absolute;
	display: block;
	width: 374px;
	height: 374px;
	left: 725px;
	top: -25px;
	background: url('postit.png') no-repeat 0 0;
}

.vip {
	position: absolute;
	display: block;
	width: 230px;
	height: 230px;
}

#badge {
	position: absolute;
	display: block;
	width: 337px;
	height: 355px;
	left: 460px;
	top: -300px; /* -60 normal */
	/*background: url('badge.png') no-repeat 0 0;*/
}

#mapa {
	position: absolute;
	display: block;
	width: 1036px;
	height: 727px;
	left: -155px;
	top: 200px;
	background: url('mapa.png') no-repeat 0 0;
}

#foicele {
	position: absolute;
	display: block;
	width: 268px; /*aici am adaugat 2x*/
	height: 268px; /*aici am adaugat 2x*/
	padding: 10px; /*aici am adaugat*/
	left: 65px; /*aici am scazut*/
	top: 150px; /*aici am scazut*/
	/*background: url('foicele.png') no-repeat 0 0;*/
	background: url('foicele-shadow.png') no-repeat 0 0;
}

#cafea {
	position: absolute;
	display: block;
	width: 335px;
	height: 338px;
	left: -30px;
	top: 670px;
	background: url('cafea.png') no-repeat 0 0;
	z-index: 2;
}

#cafea-inside {
	position: absolute;
	display: block;
	width: 145px;
	height: 145px;
	left: 80px;
	top: 743px;
	background: rgb(20,14,11);
	z-index: 1;
}

#creioane {
	position: absolute;
	display: block;
	width: 156px;
	height: 116px;
	left: -10px;
	top: 300px;
	background: url('creioane.png') no-repeat 0 0;
}

#sponsor {
	position: absolute;
	display: block;
	width: 170px;
	height: 58px;
	left: 30px;
	top: 550px;
	background: url('sponsor.png') no-repeat 0 0;
	text-decoration: none;
}

#logo {
	position: absolute;
	display: block;
	width: 370px;
	height: 80px;
	left: 75px;
	top: 35px;
	background: url('logo.png') no-repeat 0 0;
}

#banner {
	position: absolute;
	left: 380px;
	top: 940px;
}

.toolTip {
	cursor: pointer;
}

.om, .fb, .tw, .mar, .cup, .home {
	position: absolute;
	text-indent: 5000px;
	line-height: 1000px;
	overflow: hidden;
}
.om {
	width: 80px;
	height: 65px;
	top: 360px;
	left: 140px;
}
.fb {
	width: 60px;
	height: 60px;
	top: 350px;
	left: 220px;
}
.tw {
	width: 80px;
	height: 60px;
	top: 290px;
	left: 200px;
}
.mar {
	width: 200px;
	height: 200px;
	top: 40px;
	left: 40px;
}
.cup {
	width: 93%;
	height: 88%;
	bottom: 0px;
	right: 0px;
}
.home {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#flowTip {
	display:none;
	background:transparent url(tooltip.png);
	font-size:12px;
	height:48px;
	width:160px;
	padding:25px;
	text-align: center;
	color: rgb(150,27,30);	
	z-index: 1000;
}
 
#flowTip.bottom {
	background:url(tooltip-bottom.png);	
	padding-top:40px;
	height:55px;
}
 
#flowTip.bottom {
	background:url(tooltip-bottom.png);
}