body {
	text-align: center;
	background-color:black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#background {
	position: relative;
	text-align: left;
	width:566px;
	height:516px;
	background-image: url(../images/background.png);
	margin: 0 auto;
}

#pause {
	position:absolute;
	top: 77px;
	left: 210px;
	width: 70px;
	height: 18px;
}

#home_nav {
	cursor: pointer;
	position:absolute;
	top: 100px;
	left: 202px;
	width: 102px;
	height: 37px;
	background-image: url(../images/home_nav.png);
}

#game_nav {
	cursor: pointer;
	position:absolute;
	top: 100px;
	left: 310px;
	width: 107px;
	height: 37px;
	background-image: url(../images/game_nav.png);
}

#score_nav {
	cursor: pointer;
	position:absolute;
	top: 100px;
	left: 414px;
	width: 117px;
	height: 37px;
	background-image: url(../images/score_nav.png);
}

#home {
	position:absolute;
	top: 146px;
	left: 163px;
	width: 402px;
	height: 261px;
	background-image: url(../images/home.png);
}

#gameinfo {
	text-align: left;
	overflow:hidden;
	color: #FFFFFF;
	position:absolute;
	top: 146px;
	left: 212px;
	width: 330px;
	height: 261px;
}

#highscore {
	color: #FFFFFF;
	position:absolute;
	top: 146px;
	left: 212px;
	width: 330px;
	height: 261px;
}

#itunes {
	cursor: pointer;
	position:absolute;
	top: 429px;
	left: 212px;
	height: 60px;
	width: 155px;
}

#rarebyte {
	cursor: pointer;
	position:absolute;
	top: 462px;
	left: 382px;
	height: 54px;
	width: 170px;
}

#sio2 {
	cursor: pointer;
	position:absolute;
	top: 462px;
	left: 27px;
	height: 54px;
	width: 170px;
}

#copyright{
	position: relative;
    color: white;
	text-align: center;
	margin: 0 auto;
}

table.highscores {
	font-size: 10px;
	width: 100%;
}

th.highscores {
	color:#02C307;
}

td.highscores {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-top: solid 1px #666666;
}

.dark {
	background-color: #262626;
}

.light {
	background-color: #383838;
}

td.rank {
	width: 20px;
	text-align:right;
}

td.name {
	width: 180px;
}

td.score {
	width: 80px;
	text-align:right;
}

td.rows {
	width: 50px;
	text-align: right;
}

table.paging {
	font-size: 10px;
	width: 300px;
	text-align: center;
}

td.active {
	color: red;
}

td.prev {
	width: 50px;
}

td.next {
	width: 50px;
}

td.first
{
	background-color:#ff0000;
}

td.second
{
	background-color:#ff3333;
}

td.third
{
	background-color:#fe5454;
}

a.paging:link {color:white; text-decoration:none}
a.paging:visited {color:white; text-decoration:none}
a.paging:active {color:white; text-decoration:none}
a.paging:hover {color:white; text-decoration:underline}

a.gameinfo:link {cursor: pointer;color:red; text-decoration:none}
a.gameinfo:visited {cursor: pointer;color:red; text-decoration:none}
a.gameinfo:active {cursor: pointer;color:red; text-decoration:none}
a.gameinfo:hover {cursor: pointer;color:white; text-decoration:underline}

a.h1 {
	cursor: pointer;
	font-size: 12px;
	font-weight:bold;
	color: red;
}