body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    background: url("images/background.png") repeat;
   	background-color: #c9d2d7;
	min-height: 350px !important;

}

#list {
	padding: 0;
	position: absolute;
	top: 47px;
	left: 20px;
	right: 20px;
	height: auto;
	-webkit-border-radius: 10px;
	background: white;
	border: 1px solid rgb(160,160,160);
	
}

#ads {
	padding: 0;
	margin: 0 0 20px 0;
	position: absolute;
	top: 287px;
	height: 80px;
	left: 20px;
	right: 20px;
	-webkit-border-radius: 10px;
	background: white;
	border: 1px solid rgb(160,160,160);
	
}

#spacer {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 367px;

}

#center {
	height: 60px;
	width: 234px;
	margin: 10px auto 0 auto;
}

ul {
padding-bottom: 50px;
}
.country {
	width: 135px;
	height: 104px;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
	opacity: 0.9;
	background-image: url("images/flags.png");

}

.list_name {
	float: left;
	line-height: 50px;
	padding-left: 10px;
	width: 175px;

}

li:first-child 
{
	border-top:0;    
}

li {
	list-style: none;
	height: 50px;
	border-top-width: 1px;                   	border-top-color: rgb(160,160,160);
	border-top-style: solid;
	overflow: none;
    background: url(images/iPhoneArrow.png) no-repeat right center;
}

li a 
{
	width: 100%;
	height: 100%;
	display:block;		 
	font-weight:normal;
	text-decoration: none;
	color: black;		 
}


body > h1 {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    height: 23px;
    margin: 0;
    
    padding: 10px 0 10px 0;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/toolbar.png) #7388a5 repeat-x;
    border-bottom: 1px solid #3f4e63;
}