body, html {
	margin: 0 auto 0 auto;
	width:700px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

body {
	background-image:url(fondo.jpg);
	background-repeat:no-repeat;
	}

table {
	height:100px;
	}
	
#editors, #escriptors {
	width: 600px;
	height: 100px;
	*height: 50px;
	opacity: .7;
	filter: alpha(opacity=70);
	padding: 10px;

	}
		
#editors {
	margin: 170px 0 0 50px;
	background-color:#927855;
	}
	
#escriptors {
	margin: 30px 0 0 50px;
	background-color:#7b7b7b;
	}
