@charset "utf-8";
/* CSS Document */

/* hide from ie5 mac */
html{
	height: 100%;
	overflow: hidden;
	}

#flashcontent {
  height: 100%;
  }
/* end hide */

body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#FFFFF1;
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#title {
	position:absolute;
	top:200px;
	width:559px;
	left:120px;
	background: url("../images/title.gif");
	height:17px;
	}
	
#update {
	position:absolute;
	top:262px;
	width:50px;
	left:375px;
	height:35px;
}

a.swapupdate {
	display:block;
	width: 50px;
	height: 35px;
	text-decoration: none;
	background: url("../images/roll.gif");
	}

a.swapupdate:hover {
	background-position: -50px 0;
	}

a.swapupdate:active {
	background-position: -100px 0;
	}
	
#live {
	position:absolute;
	top:200px;
	width:290px;
	left:255px;
	background: url("../images/live.gif");
	height:16px;
}

#refresh {
	position:absolute;
	top:270px;
	width:704px;
	left:48px;
	height:18px;
}

a.swaprefresh {
	display:block;
	width: 704px;
	height: 18px;
	text-decoration: none;
	background: url("../images/index.gif");
	}

a.swaprefresh:hover {
	background-position: -708px 0;
	}

a.swaprefresh:active {
	background-position: -1416px 0;
	}
