/*
*****************************************************
 Url		: www.marcelocostadesign.com.br
 Criado 	: 29-08-2009 
 CSS + 
 Webdesign	: www.marcelocostadesign.com.br
 Autor		: Marcelo Costa
*****************************************************
 (c) 2004-2009 Marcelo Costa
*****************************************************
*/


/* Elementos gerais do layout */
body {
	margin:0; 
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

	img{border:none;}
	img.shadow {border: 5px solid #fff;}

	a {
		color:#fff;
		text-decoration: underline;
	}
	
	a:hover, .selected a {
		color:yellow;
		text-decoration: none;
		background: url(../img/link_hover.gif) repeat-x left bottom;
		cursor: pointer;
	}
	
	h1 {font-size: 36px; color: yellow; text-align: center; text-shadow: #6f6f6f 1px 1px 2px;}
	
#tudo {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
} 

#conteudo {
	width: 905px;
	margin-top: 20px;
	margin-left: 30px;
}
	
#logo {
	width: 610px;
	height: 72px;
	background-image: url(../img/logos.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#warning {
	width: 610px;
	height: 360px;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
	padding: 20px;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	text-shadow: #6f6f6f 1px 1px 1px;
}

#warning .bold {
	font-weight: bold;
	display: inline;
}

#margem {margin-left: 261px;}

#my-timer .big {
width: 89px;
height: 100px;
background-image: url(../img/relogio.png);
background-repeat: no-repeat;
font-size: 60px;
font-weight: lighter;
text-align: center;
margin-top: 10px;
padding-top: 16px;
margin-left: -2px;
}

#my-timer {display: inline;}

/* #show-time {display: inline;} */
