*  {
	margin: 0;
	padding: 0;
 }
#gwidget {
	margin-top: 95px;
	width: 260px;
	padding-left: 5px;
	padding-right: 5px;
	height: 115px;
 }
#gwlink {
	margin-top: -240px;
	width: 260px;
	height: 260px;
 }
h1 {
font-size:16px;
text-align:center;
color:#778899;
	padding-right: 10px;
}

#bandname {color:#FFFFFF; display:inline;}

#cities{text-align:center;width:250px;list-style:none;}
#cities li{width:250px;display:inline;font-weight:bold;font-size:14px;}


body {
background:#171c27;
 background-image: url(../images/gwidget.png);
 background-repeat: no-repeat;
 background-position: left top;
margin-left:auto;
margin-right:auto;
color:#FFFFFF;
font-size:16px;
font-family: Arial;
}

#gwfooter {
	width: 260px;
	padding-left: 8px;
	padding-right: 8px;
	height: 50px;
font-size:12px;
 }
a:link, a:visited {
color:#bad4ee;
}
a:hover, a:focus  {
	color:#bad4ee;
	text-decoration:underline; }
