/* Estilos específicos da Home */
*, body {
	margin: 0;
	border: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
body {
	background-color:#555;
}
html, body {
	width:100%;
	height:100%;
}
#flashBgMenu {
	width: 100%;
	height: 100%;
}
#tudo {
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0px;
	top: 30%;
	margin-top: 300px;
	}
#content {
	float:right;
	height: 500px;
	padding: 5px;
	width: 450px;
	margin: 0px 0px 0px -0px;
	background:url(../img/bgTransparente.png) repeat;
	left: 570px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
p {
	font-size: 11px;
	color: #000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

