body {
	background-image: url('../images/bk.jpg');
	margin:0;
	padding:0;
	border:none;
	outline:0 none;
}

#container-lang {
	width:500px;
	height:200px;
	background:url('../images/lang-logo.png') no-repeat;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-100px;
	position:absolute;
}

.links {
	width:70px;
	height:20px;
	display:block;
	margin-top:155px;
	float:left;
}

.en {margin-left:155px;}
.sp {margin-left:48px;}

a:link {
	font-family: verdana;
	font-size: 11px;
	color: #6e3a02;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #6e3a02;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6e3a02;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #6e3a02;
	font-weight: bold;
	text-decoration: underline;
}
