@charset "utf-8";

html, body {
	text-align: center;
	margin: 0px;
	background: url(assets/background-02.jpg) fixed;
	background-position: -120px;
}

#contents {
	width: 755px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#chat {
	width: 100%;
}

#topo {
	width: 100%;
}

#logo {
	width:445px;
	height:134px;
	background: url(assets/logo.png) no-repeat;
}

#linha-topo {
	width:100%;
	height:4px;
	background: url(assets/linha-topo.png);
}

#linha-fim {
	width:100%;
	height:8px;
	background: url(assets/linha-fim.png) no-repeat;
}

#conteudo-chat {
	*margin-top: -15px;
	padding-top: 2px;
	width: 100%;
	background-image: url(assets/bg-conteudo.png);
	text-align: center;
}	
