body {
	background-image: url(backloop.gif);
	background-repeat: repeat;
	}
p	{
	text-align: center;
	font:80%;
	font-family:"Lucida Grande",Verdana,Tahoma,Arial,sans-serif;
	color:#b99b90;
	font-weight:bold;
	}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 546px;
     height: 118px;
     margin-top: -59px; /* half of the height */
     margin-left: -273px; /* half of the width */
     border: 0px solid #000;
     }

#links_box {
     position:relative;
     /*top: 30px;*/
     width: 400px;
     height: 50px;
	 margin-top: 10px;
	 margin-left: 73px;
     border: 3px dotted #000;
	 background-color: #ffffff;
}
	 
/* Links */
a{
background-color:inherit; 
color:#caaca1; 
text-decoration:none;
}