﻿/**
 *
 * CSS Document
 * @author: Edy Segura, edy@segura.pro.br
 *
 */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #F7AECC url(images/bg.jpg) top center no-repeat;
	padding-left: 5px;
}

body {
	background: url(images/bg-body.jpg) top center no-repeat;
	width: 592px;
	margin: 0 auto;
	padding: 253px 0 0 0;
}

h1 {
	text-indent: -999999px;
	background: url(images/h1.jpg) no-repeat left;
	height: 37px;
}

p.informacoes {
	background:url("images/bg-informacoes.jpg") no-repeat scroll 0 0 transparent;
	color:#58306E;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	height:100px;
	padding:8px 130px 0 107px;
	text-align:justify;
	line-height:17px;
}

p.informacoes a {
color:#A82863;
text-decoration:none;
}

p.informacoes a:hover {
text-decoration:underline;
}

p.contagem-regressiva  {
	background:url("images/contador.jpg") no-repeat scroll 0 0 transparent;
	color:#A82863;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	height:116px;
	margin-top:-8px;
	padding:30px 0 0 124px;
}




