body {
	margin: 0px;
	padding: 0px;

	background-color: #0051A0;

	font: 12px Arial;
	color: #FFFFFF;
}

table {
	margin: 0;
	border-collapse: collapse;
}

#main {
	width: 1200px;
	height: 100%;
}

#header {
	width: 100%;
	height: 240px;
}

#header td.content {
	width: 915px;
	height: 240px;

	padding-right: 84px;

	background: url('../images/main_top.jpg') top left no-repeat;
	
	vertical-align: top;
}

#map td {
	width: 1200px;
	height: 325px;

	background: url('../images/main_map.jpg') top left no-repeat;
	
	vertical-align: top;
}

#bottom {
	width: 1200px;
	height: 311px;
	
	background: url('../images/main_bottom.jpg') top left no-repeat;
}

div.city {
	position: absolute;
	z-index: 40;
	
	cursor: pointer;
	
	font: bold 12px Arial;
}
div.cloudiness {
	position: relative;
	top: -15px;
	left: -15px;
	z-index: 45;
}
div.marker {
	position: relative;
	top: -25px;
	z-index: 43;
}
div.cityName {
	position: relative;
	top: -25px;
	left: 8px;
	z-index: 41;
}

#guys {
  width: 100%;

  position: relative;
  margin-top: -480px;
  z-index: 100;
  
  text-align: right;
}

#rules {
  position: relative;
  top: 70px;
  left: 490px;
  
  z-index: 102;
}

#minz {
	width: 100%;
	height: 150px;

	background-color: #FFFFFF;

	text-align: center;
}

td {
	padding: 0;

	font: inherit;
}

#menuTop {
	height: 90px;
	
	padding-left: 15px;
}

#menu {
	width: 716px;
	height: 40px;

	padding-left: 40px;
	
	background: url('../images/menu/menu_back.png') top left no-repeat;
}

#help {
	padding-left: 0;
}

#add {
	height: 100%;
}

#menu a {
	margin-right: 8px;
}

a {
	font: inherit;
	text-decoration: underline;
	color: #FFFFFF;
}

a.blue {
	color: #80dcff;
}

img {
	border: none;
}

img.icon {
	margin-right: 5px;
	margin-left: 30px;
	
	vertical-align: middle;
}

.big {
	font-size: 20px;
}

.small {
	font-size: 12px;
}