html, body {
  margin:0;
  padding:0; }

body {
  margin:0;
  padding:0;
  text-align:center;
  font:normal 12px Georgia, "Times New Roman", Times, serif;
  color:#333;
  background:url('../img/background.jpg'); }

a:link { color:#333; }
a:visited { color:#333; }
a:hover { color:#333; text-decoration:none; }

img { border:none; }
p { text-align:center; margin-top:275px; font-size:13px; }

#intro {
  position:absolute;
  width:380px;
  height:310px;
  margin:-155px 0px 0px -180px;
  left:50%;
  top:50%;
  text-align:left;
  background:url('../img/intro.jpg') no-repeat center top; }

#lang_selection { 
  position:absolute;
  display:block;
  text-align:center;
  width:380px;
  height:46px;
  top:211px; }

ul.langs {
  margin:0;
  padding:0; }

ul.langs li { list-style-type:none; }

ul.langs li.it {
  float:left;
  width:60px;
  height:30px; } 

ul.langs li.it a {
  display:block;
  position:absolute;
  width:60px;
  height:30px;
  left:70px;
  padding-top:34px;
  text-align:center;
  background:url('../img/it_a.jpg') no-repeat center top; }

ul.langs li.it a:hover { background:url('../img/it_hover.jpg') no-repeat center top; }

ul.langs li.en {
  float:left;
  width:60px;
  height:30px; }

ul.langs li.en a {
  display:block;
  position:absolute;
  width:60px;
  height:30px;
  left:165px;
  padding-top:34px;
  text-align:center;
  background:url('../img/en_a.jpg') no-repeat center top; }

ul.langs li.en a:hover { background:url('../img/en_hover.jpg') no-repeat center top; }

ul.langs li.chn {
  float:left;
  width:60px;
  height:30px; }

ul.langs li.chn a {
  display:block;
  position:absolute;
  width:60px;
  height:30px;
  left:260px;
  padding-top:34px;
  text-align:center;
  background:url('../img/chn_a.jpg') no-repeat center top; }

ul.langs li.chn a:hover { background:url('../img/chn_hover.jpg') no-repeat center top; }

.cl { clear:both; }

