@import url("header.css");
@import url("menu.css");
@import url("foot.css");
@import url("contact.css");
@import url("common.css");
@import url("esquelas.css");

html{
	color: #5D3E30;
	font-weight: bold;
	font-family: Georgia;
	background: url("../img/backgrounds/bg_arena.png") repeat fixed 0 0 transparent;
}

#header {
	height:470px;
	width: 905px;
}
#menu {
	width: 900px;
	background: url("../img/backgrounds/bg_arena.png") repeat scroll 0 400 transparent;
	text-align: left;
}
#content {
	width: 905px;
}
#submenu {
}
#main-content {
	width: 900px;
	padding: 10px;
}
#right-content {
	width: 235px;
}
#foot {
	width: 900px;
	margin-top: 2px;	
	border-top: 2px solid #5D3E30;
}