html, body, div, iframe { margin:0px; padding:0px; height:100%; }
iframe { display:block; width:100%; border:none; z-index:100 }
div#mydiv {
    position: absolute;
    top: 0px;
    left: 42px;
    width: 1000px;
    height: 0px;
	z-index:102;
}

a
{
	text-decoration:none;
}

li
{
	list-style:none;
	margin:0px;
	margin-right:3px;
	padding:0px;
	float:left;
}

ul
{
	margin:0px;
	padding-left:0px;
}

.link1
{
	cursor:pointer;
}

.link2
{
	cursor:pointer;
}

#hidden
{
	height:100%; width:100%; z-index:101; position:absolute; top:0px; left:0px; background-image:url(../images/contentPattern.png); background-repeat:repeat;
}

#loader
{
	width:100px;
	height:100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

#move
{
	 width:15px; height:10px; position:absolute; cursor:move;
}

#aboutus
{
	float:left; 
	margin-right:3px; 
	width:225px; 
	height:415px; 
	background-image:url(../images/back.png); 
	background-repeat:repeat;
	display:none
}

#aboutus_cont
{
	padding-left:18px;
	width:172px;
	margin-top:15px;
	color:#FFF;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#team
{
	float:left; 
	margin-right:3px; 
	width:145px; 
	height:255px; 
	background-image:url(../images/back.png); 
	background-repeat:repeat;
	display:none
}

#colab
{
	float:left; 
	margin-right:3px; 
	width:145px; 
	height:400px; 
	background-image:url(../images/back.png); 
	background-repeat:repeat;
	display:none
}

#team_cont
{
	padding-left:18px;
	width:127px;
	margin-top:15px;
	color:#FFF;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#team_cont li
{
	clear:both;
	margin-bottom:3px;
}


#aboutus_cont
{
	padding-left:18px;
	width:172px;
	margin-top:15px;
	color:#FFF;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#aboutus_cont a
{
	color:#fff;
}

#aboutus_cont a:hover
{
	color:#FeF041;
}


#team_cont li a
{
	color:#fff;
}

#team_cont li a:hover
{
	color:#FeF041;
}

#logo
{
	height:92px; 
	width:86px; 
	margin-right:39px; 
	margin-top:42px;
	background-image:url(../images/logo-branco.png);
	cursor:move;
}
