/* CSS Document */

body , html{
	background:#ffffba;
	margin: 0px 0px 0px 0px;
	text-align:center; /* hack para o IE */
	scrollbar-face-color: #6FBBBB;
	scrollbar-darkshadow-color: #6FBBBB;
	scrollbar-highlight-color: #6FBBBB;
	scrollbar-base-color: #6FBBBB;
	scrollbar-track-color: #DBEEEE;
		
	/*
	overflow: hidden;
	*/
}

DIV.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1010px;
	height: 610px;
	margin-left: -505px; /* half of width */
	margin-top: -305px;  /* half of height */
	background-image:url(images/developer.jpg);
	background-repeat: no-repeat;
}

DIV.boton {
	position: absolute;
	right:0%;
	bottom: -2px;
}

td img {
	display: block;
	}
 
a:link {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    color: #000000;
 }
a:visited {
    text-decoration: none;
    color: #000000;
 }
a:hover {
	text-decoration: underline;
	color: #333333;
 }
 a:active {
    color: #000000;
	text-decoration: none;
 } 