/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

* html #tudo {
	height:100%;
}

a {
	color: #666;
}

a:hover {
	color: #333;	
}

html, body {
	height:100%;
}


body {
	background-color: #f3f3f3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 150%;
}


#tudo {
	position:relative;
	min-height: 100%;
}

#tudo #box {
	-moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 1px 1px 20px #999999;
        -webkit-box-shadow: 1px 1px 20px #999999;	
        box-shadow: 1px 1px 20px #999999;
        background-color: #FFF;
	border: 1px solid #999;
	padding: 20px;
	height: 300px;
	width: 360px;
	left: 50%;
	display: block;
	position: absolute;
	margin-left: -190px;
	margin-top: -160px;
	top: 50%;
}

#tudo #box img {
	margin: 10px 30px 0;
}

#tudo #box p {
	text-align: justify;
	margin: 10px 0;
}

#tudo #box .redir {
	margin: 13px 0;
}

#tudo #box #tempo {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}