@charset "iso-8859-1";
/* formatação para TODAS as tags */
*{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* formatação para as divs */
#all{
	position: absolute;
	width: 100%;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -50%;
	margin-top: -250px;
	background-image: url(../img/home_bg.gif);
}

#all #center {
	position: absolute;
	width: 700px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -250px;
	/*border: 1px solid #c30;*/
}

#all #center #left {
	float: left;
}

#all #center #left #title{
	width: 182px;
	height: 23px;
	top: 50%;
	margin-top: 120px;
	text-align: center;
}

#all #center #left #menu{
	/*background-image: url(../img/home_menu.gif);*/
	width: 182px;
	height: 158px;
	top: 50%;
	margin-top: 35px;
}

#all #center #image{
	background-image: url(../img/home_foto2.jpg);
	width: 363px;
	height: 350px;
	float: right;
	padding-left: 40px;
	padding-top: 161px;
}

/* formatação para outras tags html */
html {
	overflow: -moz-scrollbars-vertical; /*so para mozila*/
}

body{
	background-color: #FFFFFF;
}