*{ margin:0; padding:0; border:0; }

body #lt,
body #lb,
body #rt,
body #rb{ position:absolute; width:337px; height:156px; }

body #lt{ top:0; left:0; background:url(../imagens/lingua_lt.jpg) no-repeat; }
body #lb{ bottom:0; left:0; background:url(../imagens/lingua_lb.jpg) no-repeat; }
body #rt{ top:0; right:0; background:url(../imagens/lingua_rt.jpg) no-repeat; }
body #rb{ bottom:0; right:0; background:url(../imagens/lingua_rb.jpg) no-repeat; }

h1{
	position:absolute;
	width:200px;
	height:150px;
	left:46%;
	top:48%;
	margin:-60px 0px 0px -75px;
}

ul{
	position:absolute;
	left:45%;
	top:50%;
	width:300px;
	height:30px;
	margin:0px 0px 0px -90px;
	padding-top:10px;
	border-top:1px solid #ccc;
	list-style:none;
	text-align:center;
}

ul li, ul li a{
	float:left;
	width:100px;
	height:30px;
}


