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

*{padding:0; margin:0; text-align:left;}
*{
	background-image: none;
}
#site{width:100%; height:100%;}

body {
	background:#000 url(../introImgs/fundo.jpg) no-repeat top center;
}

.container{ width:965px; margin:300px auto;}

.topo{ background:url(../introImgs/topo.png); height:25px;}
.meio{ background:url(../introImgs/meio.png) repeat-y; min-height:300px;overflow:hidden }
.bottom{ background:url(../introImgs/bottom.png); height:25px;}


.conteudo{text-align:left; padding:20px}