

body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0A0913;
	
	margin:auto;
	margin-top:0px;
	
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #0d0c16;
	
	text-align:left;
	line-height: 22px;
	
}


h1 { font-size: 20px;}

.content { width:600px;margin:auto;padding:360px 0px 0px 0px;text-align:center;}


.belt { width:260px; height:130px; position:absolute; margin-left:0px; z-index:1;}

.bubbleInfo { position: relative; top: 0px; left: 0px; width:300px; }

.trigger { position: relative; }
  
.popup {
	position: absolute; 
	display: none; 
	z-index: 1; 
	top: 200px; 
	left:200px; 
	width:360px; 
	height: 430px; 
	background-image: url(background_tooltip.png);
	background-repeat: no-repeat;
}





a:link { color: #303043; text-decoration: none; }
a:visited { text-decoration: none; color: #ECB031; }
a:hover { text-decoration: underline; color: #ECB031; }
a:active { text-decoration: none; color: #ECB031; }

a.link_yellow:link { color: #0d0c16; text-decoration: none; font-weight: bold;}
a.link_yellow:visited { text-decoration: none; color: #0d0c16; font-weight: bold;}
a.link_yellow:hover { text-decoration: underline; color: #0d0c16; font-weight: bold; }
a.link_yellow:active { text-decoration: none; color: #0d0c16; font-weight: bold;}

