body  {
	background-image: url("bg_g4g.jpg");
	text-align:center;
	font-weight:bold;
}


/* Go4God image */
#header img { 
	width: 351px; 
	height: 151px; 
	border: 0;
  padding: 1.25em;
}

/* table cell containing the list */
table {
	margin: auto;
}

/* langgroup */
#content .langgroup  {
	text-align:left;
	float: left;
}
 
/* List item for  country */
#content li {
  list-style-type: none;	
	text-align:left;
}

/* The link itself */
#content a {
	text-decoration:none;
	color:#3b3b3b;

}

/* Flag image */
#content img { 
	vertical-align:middle;
	width: 40px; 
	height: 25px; 
	padding: 0.2em;
	border: 0;	
}


/* The URL */
#content .url {
	text-decoration:underline;
	vertical-align:middle;
	color:#3b3b3b;
}

#content .god {
	color:#c24100;
}
#content .domain {
	color:#959595;
}

/* The URL as image */
#content img.url  {
	height: auto; 
	width: auto; 
	border: 0;	
}

/* Link to info page */
#info {
	text-align:center;
	float: none;
}
 

/* The text */
#content .text  {
	width: 351px; 
	text-align:left;
	text-indent: -3em;
  padding: 0.5em 3em;
} 

/* The address */
#content .address  {
  white-space: pre;
  padding: 0.5em 3em;
	text-align:left;
}

