@charset "utf-8";
/* CSS Document */
body {
	background-color:#0b1424;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin-top:4px;
}
#container {
position:absolute;
top: 20px;
left: 50%;
position: absolute;
}
#base {
	position:absolute;
	width:980px;
	height:2562px;
	left:-490px;
	background-color:#ffffff;
	background-image:url(../images/tablebackground.png);
	background-repeat:repeat-y;
	background-position:left;
	z-index:1;
}
#topper {
	position:absolute;
	width:980px;
	height:140px;
	left:-490px;
	top:0px;
	background-image:url(../images/topper.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index:2;
}
#balloon {
	position:absolute;
	width:245px;
	height:311px;
	top:0px;
	left:-575px;
	background-image:url(../images/balloon.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index:3;
	overflow: visible;
}

#sidebar {
	position:absolute;
	width:245px;
	height:311px;
	top:496px;
	left:-481px;
	z-index:6;
}

#data {
	position:absolute;
	width:702px;
	height:2166px;
	top:175px;
	left:-214px;
	z-index:4;
}

#news {
	position:absolute;
	width:200px;
	height:397px;
	top:581px;
	left:-286px;
	z-index:5;
}

#weather {
	position:absolute;
	width:175px;
	height:90px;
	top:1014px;
	left:-272px;
	z-index:6;
}
