* { margin: 0; padding: 0; list-style: none; outline: none; border: none; }

body { background: #000; }

input {
	border: 1px solid #858573;
}

.hidden { display: none; }

#page {
	margin: 0 auto;
	height: 520px;
	padding-top: 10px;
	max-width: 1024px;
	width: expression(1024 + "px"); /* IEca */
	background: #000 url(../img/bg_em-breve.jpg) no-repeat center top;
}

/* start[ Header ] */
#header {
	margin: auto;
	margin-top: 131px !important;
	margin-top: 141px;
	width: 176px;
}
	#header h1 {
		width: 176px;
		height: 63px;
	}
	#header h1 a {
		display: block;
		background: url(../img/logo_superacao-jovem.gif) no-repeat;
		width: 176px;
		height: 63px;
		text-indent: -5000px;
	}
/* end[ Header ] */

/* start[ Content ] */
#content {
	margin: 0 auto;
	width: 650px;
	height: 266px;
}
	#content h2 {
		margin: 10px 0 0 240px;
		background: url(../img/tit_em-breve.gif) no-repeat;
		width: 178px;
		height: 54px;
		text-indent: -5000px;
		font-size: 1px; /* IEca */
	}
/* end[ Content ] */

/* start[ Footer ] */
#footer {
	clear: both;
	margin: 0 auto;
	background: #fff;
	height: 50px;
}
	#footer ul {
		width: 385px;
		height: 50px;
		margin: auto;
	}
	#footer li {
		float: left;
	}
	
	/* start[ List-elements ] */	
	#footer #ias {
		margin-top: 13px;
	}
	#footer #vivo {
		margin: 15px 20px 0 20px;
	}
	#footer #lide {
		margin-top: 2px;
	}
	/* end[ List-elements ] */
/* end[ Footer ] */