@charset "utf-8";
/* CSS Document */
/* PRINCIPAL */

html {
	height: 100%;
	overflow:auto;
	overflow-x:hidden;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#ECECEC;
	background-image:url(../images/fundo.jpg);
}
img {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}
/*LAYOUT*/
#All{
	width:100%;	
}
#Container{
	overflow:hidden;
	width:100%px;
	height:670px;
}
#Wrap{
	width:860px;
	height:234px;
	margin:auto;
	margin-top:230px;
	display:table;
}
#Wrap ul{
	margin:0;
	padding:0;
}
#Wrap li{
	list-style:none;
	float:left;
	margin-right:30px;
}
#Wrap a{
	display:block;
	width:395px;
	height:234px;
	outline:none;
	background:url(../images/steel_plate.png) no-repeat;
}
/**/
/*CHAT*/
.chat {
	width:90px;
	height:90px;
	position:fixed;
	z-index:9998;
	right:7px;
	top:7px;
}

