html{
	overflow:hidden
}

body{
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:absolute;
	background:green url('../simg/tile.gif') repeat
}

div{
	position:absolute;
	margin:-160px 0 0 -275px;
	top:50%;
	left:50%;
	width:510px;
	background:white;
	padding:10px 10px 32px 10px;
}

a{
	color:#000;
	text-decoration:none
}

h1{
	float:left;
	padding:0;
	margin:0;
	background:#333;
	width:400px;
	height:250px;
	text-indent:-999px;
	background:url('../simg/index.jpg')
}

ul{
	width:110px;
	position:absolute;
	left:420px;
	top:10px;
	padding:0;
	margin:0;
	list-style-type:none;
	background:url('../simg/lang.gif') no-repeat
}

li{
	padding:0;
	margin:10px 0 0 0;
	height:50px;
	width:100px;
	background:#333;
}

li.nl{
	margin-top:80px;
}

li a{
	width:100px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:999px;
	background-image:url('../simg/flags.gif')
}

.nl a		{background-position:0 0}
.nl a:hover	{background-position:0 -50px}

.en a		{background-position:-100px 0}
.en a:hover	{background-position:-100px -50px}

.es a		{background-position:-200px 0}
.es a:hover	{background-position:-200px -50px}

p{
	position:absolute;
	right:10px;
	top:270px;
	margin:0;
	font:normal 11px/13px arial,sans-serif;
	text-transform:uppercase;
	border-right:12px solid #96CB63;
	padding-right:7px
}