/* CSS Document */

body{background:url(../img/bg.jpg) #000 repeat-x; margin:0; padding:0; color:#FFF; font-family:Arial; font-size:12px;}

	a{text-decoration:none; color:#FFF;} a:hover{text-decoration:underline;}
	img{border:none;}
	form{padding:0px; margin:0px;}
	
	#logo, #botoes, #busca, #entrar, #rodape, #subrodape, #copyright{width:600px; margin:auto;}
	#logo{text-align:center;  margin-top:49px;}
	#botoes{width:600px; margin:auto; margin-top:49px; overflow:hidden;}
		#botoes img{cursor:pointer;}
		#verde{width:200px; float:left;}
		#amarelo{width:200px; float:left; text-align:center;}
		#azul{width:200px; float:left; text-align:right;}
	#busca{width:500px; margin:auto; margin-top:20px; overflow:hidden; text-align:center; height: 29px;}
		#desejo{float:left;}
		#campo{float:left; width:302px; text-align:center;}
			#campo input{width:270px; font-family:Arial; font-size:14px; padding:4px; padding-bottom:5px; letter-spacing:1px;}
				#campo .verde{border:solid 2px #8bca00; color:#2b6c00;}
				#campo .amarelo{border:solid 2px #eddd00; color:#948000;}
				#campo .azul{border:solid 2px #35b1f3; color:#006fb1;}
		#ok{float:left;}
	#entrar{text-align:center; margin-top:28px; }
	#rodape{text-align:center; margin-top:20px; letter-spacing:2px;}
		.espaco{margin:0 10px;}
	#subrodape{text-align:center; font-size:10px; letter-spacing:0;}
		#subrodape a{color:#666}
	#copyright{text-align:center; margin-top:20px; font-size:10px;}