body {
	background-image:url(../img/splash_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#031029;
	text-align:center;
	padding-top:118px;
}
.div_confirmacao {
	color:#fff;
	background:#031029;
	margin:-170px auto 0;
	padding:40px 20px 140px;
	width:810px;
	position:relative;
	z-index:10;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
strong { font-weight:bold; }
span#nomePraca { color:#FF9900; text-transform:uppercase; }
a.sim 				{ float:left; display:inline; background:url(../img/bt_sim.gif) top left no-repeat; width:65px; height:19px; text-indent:-99999px; font-size:1px; line-height:1px; margin:20px 15px 0 312px; }
a.nao 				{ float:left; display:inline; background:url(../img/bt_nao.gif) top left no-repeat; width:65px; height:19px; text-indent:-99999px; font-size:1px; line-height:1px; margin:20px 0 0 3px; }
a:hover.nao, a:hover.sim { background-position:bottom; outline: }
a, a:hover, a:focus { outline:0; }
