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: #C8CDD5;
	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 #FFFFFF;
	color: #000000
}

#info
{
	padding-left: 300px;
}

#info a
{
	color: #6A717E;
}

#info a:hover
{
	color: #434750;
}

#info a:visited
{
	color: #6A717E;
}

#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;
}

#title
{
	width: 600px;
	font-size: 18px;
	text-align: center;
	margin-left: 80px;
	margin-bottom: 20px;
}

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

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

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

.currencies tr:hover td
{
	background: #C8CDD5;
	color: #161616;
}

.code
{
	width: 60px;
}

.name
{
	width: 440px;
}
