body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
a.go,
a.we_are,
a.ligth_at,
a.home,
a.myspace {
	display: block;
	position: absolute;
	text-decoration: none;
	
}
a.go {
	width: 92px;
	height: 23px;
	top: 192px;
	left: 84px;
}
a.we_are {
	width: 92px;
	height: 23px;
	top: 240px;
	left: 174px;
}
a.ligth_at {
	width: 92px;
	height: 23px;
	top: 290px;
	left: 422px;
}

a.home {
	width: 158px;
	height: 55px;
	top: 11px;
	left: 55px;
}
a.myspace {
	width: 238px;
	height: 55px;
	top: 11px;
	left: 129px;
}

div.relative {
	position: relative;
}
div.relative img {
	position: absolute;
	top: 0px;
	left: 0px;
}

input.city {
	border: 1px solid #460404;
	width: 180px;
}
/**********************
PopupHandler
***********************/
div#Dialog {
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	z-index:9999;
	padding: 0px;
	text-align:left;
	border: 2px solid #efefef;
	background-color: #000000;
	color: #ffffff;
}
div#Dialog[id]{
	position:fixed;
}

div#Dialog #dialog-middle-center {
	clear: both;
	padding: 10px;
}

div#Dialog #dialog-top {
	clear: both;
	padding: 10px;
	color: #ffffff;
	background-color: #460404;
}

div#Dialog #dialog-top *#dialog-close-button {
	float: right;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
	background: transparent url(modal_background.gif) repeat left top;
}