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

html, body {
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #2C6EC1;
	text-align: center; /* for IE */
	overflow: hidden;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
}

#conteiner {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	/*	border: 2px solid #000; */
/*	margin-top: 10px; */
	width: 780px;
	height:92%;
}

#menu {
	background-image: url(../images/menu_shadow.gif);
	background-position: center;
	padding-left: 21px;
	height:30px;
}

#main {
	text-align: center; /* for IE */
	background-image: url(../images/mid.gif);
	background-position: center;
	background-repeat: repeat-y;
	height:72%;
}

#header {
	background-image: url(../images/top.gif);
	background-position: center;
	width: 780px;
	height:120px;
}

#lema {
	padding-top: 80px;
	padding-left: 565px;
}

#footer {
	background-image: url(../images/bot.gif);
	background-position: center;
	width: 780px;
	height:30px;
}

