* {
    margin:0;
	padding:0;
}

html, body {
   	height:100%;
}

body {
	background:#ffffff url('../images/tile.png') repeat;
    color:#fff;
    line-height: 16px;
    letter-spacing:2,5px;
    text-align:center;
}
  
a {
	text-decoration: none;
}

#container {
 	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -311px;
	margin-top: -211px;
	width: 623px;
	height: 322px;
}

   #container div {
       font-size:80%;
       float:right;
       width:17em;
       margin-left:2em;
  }
