* {
	background-image:none;
}

html, body {
	/*background-image: url(../images/bg0.png);*/	
	margin: 0;
	padding: 0;
	background-color: #1b0730;
	background-image: url(../img/bg_index_tile.png);
	background-repeat: repeat-x;
}
#canvas {
	width:1000px;
	height:650px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_indx_cont.png);
	background-repeat: no-repeat;
}
#container {
	width: 980px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	/*	background-image: url(../img/bg_index_container.png);
*/	top: 50px;
	position: relative;
}
#logo {
	width:270px;
	height:70px;
	clear:left;
	position: relative;
	top: 40px;
}
#artistext {
	float:right;
	width:550px;
	height:200px;
	clear: none;
	position: relative;
}
#indic {
	width:980px;
	height:50px;
	float:left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #F4F4F4;
}
#modulos {
	width:970px;
	height:250px;
	float:left;
	padding-left: 15px;
	/*border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;*/
}

.mod {
	width:241px;
	height:250px;
	float: left;
	display: inline;
}
.mod_padd {
	width:90px;
	height:250px;
	float: left;
	display: inline;
}
/*#ender_left {
	width: 50px;
	height: 250px;
	float: right;
}
#mods {
	height:250px;
	float: right;
	width: 85%;
}
#ender_right {
	width: 50px;
	height: 250px;
	float: right;
}*/
#pata {
	width: 900px;
	top: 30px;
	display: inline;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
	text-align: left;
	left: 5px;
	padding-top: 5px;
}
a {
	color: #F6F6F6;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C8C8C8;
	display: inline;
}

