body {
	background: url(../img/bg_main.jpg) repeat-x #eb6a09;
	font-family: 'arial';
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#head {
	background: url(../img/top.png) center bottom no-repeat;
	height: 250px;
}

#main {
	margin: 0 auto;
	margin-top: 150px;
	background: url(../img/bottom.png) center top no-repeat;
	height: 300px;
	text-align: center;
}
#footer {
	margin: 0 auto;
	background: url(../img/choose.png) center no-repeat;
	height: 120px;
	margin-top: -25px;
}


ul#languages{
	margin:0px auto;
	padding-top: 25px;
	width: 890px;
	height: 155px;
}

ul#languages li{
	list-style: none;
	width: 150px;
	height:155px;
	float: left;
	display: block;
}

ul#tooltipmenu{
	margin: 0px;
}

ul#tooltipmenu li{
	list-style: none;
	width: 253px;
	display: block;
}


/* tooltip styling */
.tooltip {
	display:none;
	background:url(../img/overlay.png) no-repeat;
	padding: 10px 0px 0px 11px;
	*padding: 10px 0px 0px 0px;
	height:166px;
	width:283px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
	display: block;
	border: 0px;
}

.tooltip a img{
	border: 0px;
}

.tooltip a:hover {
	background: #f5b200;
}

#mario{
	height: 80px;
	width: 100%;
	background: url(../img/mario_running.gif) no-repeat;
}

img {
	border:0;
}
