html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #161616;
	color: #F6F4EA;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}

#wrap
{
	min-height: 100%;
	position: relative;
}

#header
{
	background: #193277;
	background-image: url(upperborder.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	height: 150px;
}

#menu
{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	width: 718px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
}

.link
{
	width: 100px;
	height: 52px;
	padding-top: 13px;
	font-size: 12px;
	float: right;
}

#rightlink
{
	padding-right: 5px;
}

#leftlink
{
	float: left;
	padding-left: 20px;
}

.link a
{
	text-decoration: none;
	color: #F6F4EA;
}

.link a:hover
{
	color: #FFFFFF;
}

.link a:visited
{
	text-decoration: none;
	color: #F6F4EA;
}

#center
{
	background: #161616;
	width: 100%;
	padding-bottom: 85px;
}

#container
{
	background: #161616;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

#footer
{
	background-image: url(lowerborder.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	font-size: 10px;
	text-shadow: 0px 1px 0px #000000;
}

.title
{
	width: 600px;
	font-size: 18px;
	text-align: center;
}

.highscore
{
	width: 600px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	cursor: default;
}

.highscore th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #193147;
	border-bottom: 1px solid #353230;
	color: #F6F4EA;
}

.highscore td
{
	padding: 8px;
	background: #6B7D8F; 
	border-bottom: 1px solid #353230;
	color: #F6F4EA;
	border-top: 1px solid transparent;
}

.highscore tr:hover td
{
	background: #415E79;
	color: #F6F4EA;
}

.position
{
	width: 50px;
}

.name
{
	width: 300px;
}

.digits
{
	width: 80px;
}

.time
{
	width: 80px;
}

.score
{
	width: 80px;
}

.date
{
	width: 90px;
}

#info
{
	padding-left: 300px;
}

#iphone
{
	background-image: url(iphone1.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 760px;
	height: auto;
}

#appstore
{
	border: 0;
}

.thumb
{
	cursor: pointer;
	border: 1px solid #333333;
}
