/* CSS Document */
html
	{
		overflow: auto;
	}
	
body
	{
		background: #007aff;
		margin: 0 0 0 0;
		
	}

#wrapper
	{
	height: 500px;
	width: 4225px;
	background: url(images/bg_04.jpg) bottom left repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
#titulo
{
	height: 420px;
	width: 650px;
	background: url(images/bg_02.jpg) bottom left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
#botoes1
	{
		height: 400px;
		position:absolute;
		left: 800px;
		bottom: 25%;
	}
	
#botoes2
	{
		height: 400px;
		position:absolute;
		left: 1800px;
		bottom: 25%;
	}
	
#botoes3
	{
		height: 400px;
		position:absolute;
		left: 2500px;
		bottom: 25%;
	}
			
#botoes4
	{
		height: 400px;
		position:absolute;
		left: 3340px;
		bottom: 25%;
	}

#quadrado
	{
		width: 200px;
		position:absolute;
		left: 3920px;
		bottom: 78px;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 20px;
	}

#quadrado a
	{
		text-decoration:none;
		color: #FFFFFF;
	}
	
#quadrado a:hover
	{
		text-decoration: underline;
		color: #FF6633;
		font-size: 25px;
	}
	

.tool-tip 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	color: #fff;
	text-align: center;
	background-color:#000000;
	border-left:20px;
	
}

.tool-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(img/balloon.png) top left no-repeat !important;
	background: url(img/balloon.gif) top left no-repeat;
	font-size: 11px;
}

.tool-text {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(img/balloon.png) bottom left no-repeat !important;
	background: url(img/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}