body {
	background:#000;
}
#wrap {
	background:none;
}
#container {
	width:780px !important;
	height:513px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-257px;
	margin-left:-390px;
	background:#000 url(images/bg250.jpg) center repeat-y;
}
h1 a {
	background:url(images/logo250.gif) center no-repeat;
	margin:180px 0 10px 0;
	height:110px;
	text-indent:-9999em;
	font-size:0;
	display:block;
}
.col img {
	display:block;
	margin:0 0 15px 0;
}
.col {
	float:left;
	width:250px;
}
#b {
	width:250px;
	margin:0 15px;
}
/* Language -----*/
#lang {
	padding:0 1px;
}
#lang li,
#lang a {
	display:block;
	float:left;
}
#lang a {
	width:124px;
	height:42px;
	text-decoration:none;
	text-indent:-9999em;
}
#lang #en a {
	background:url(images/lang.gif) -144px 0 no-repeat;
}
#lang #es a {
	background:url(images/lang.gif) -20px 0 no-repeat;
}
#lang #en a:hover {
	background:url(images/lang.gif) -144px -42px no-repeat;
}
#lang #es a:hover {
	background:url(images/lang.gif) -20px -42px no-repeat;
}