@charset "utf-8";
/* CSS Document */




/* /////////////////////////////////////// BROWSER RESET ////////////////////////////////////////// */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	text-align: left;

}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* /////////////////////////////////////// BODY PROPERTIES ////////////////////////////////////////// */
body
{
	background-image:url(bg.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	text-align:center;
	vertical-align:text-top;
	vertical-align:top;
	/*overflow-x:hidden;*/
}

a:link
{
	color: #66FFFF;
}
a:hover
{
	color:#FFFFFF;
}
a:visited
{
	color:#0066FF;
}
a:hover:visited
{
	color:#0066FF;
}

/* //////////////////////////////////////// LAYER PROPERTIES //////////////////////////////////////////////////// */
#painel_central
{
	z-index:1; 
	position:absolute;
	width:800px;
	left: 50%; top: 0%;
	margin-top: 0px;
	margin-left: -425px;
	
}

#amazing_slogan
{
	position:absolute;
	z-index:2;
	width:850px;
	height:122px;
	left: 0px;
	top: 0px;
}

#menu
{
	position:absolute;
	z-index:3;
	width:851px;
	height:18px;
	left: 0px;
	top: 122px;
}
#logo
{
	position:absolute;
	z-index:4;
	width:850px;
	height:363px;
	left: 0px;
	top: 140px;
}
#anuncio_right
{
	position:absolute;
	z-index:5;
	width:175px;
	height:58px;
	left:627px;
	top:304px;
}
#anuncio_left
{
	position:absolute;
	z-index:5;
	width:336px;
	height:58px;
	left:15px;
	top:291px;
}
