body {
  background-color: #4D4C49;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}
#desktop-wrapper {
  border: 1px solid #000;
  background-color: #fff;
  width: 512px;
	margin: 0 auto;
}
.title {
  padding:0;
  border: 1px solid #2a2a2a;
	background: #111;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c), to(#111));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#111');
	background-image: -webkit-linear-gradient(top,#3c3c3c,#111);
	background-image: -moz-linear-gradient(top,#3c3c3c,#111);
	background-image: -ms-linear-gradient(top,#3c3c3c,#111);
	background-image: -o-linear-gradient(top,#3c3c3c,#111);
	background-image: linear-gradient(top,#3c3c3c,#111)
}
.title h1 {
	min-height: 1.1em;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: .6em 90px .8em;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0!important
}
.btn {
  display: inline-block;
  color:#fff;
  text-decoration:none;
  float:left;
  margin-top:10px;
  margin-left:10px;
}
.btn-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
	background: #666;
	background: rgba(0,0,0,.4);
	background-image: url(images/icons-18-white.png);
	background-repeat: no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
  float: left;
  position: relative;
  border: 1px solid #555555;
  margin-right:2px;
}
a {
  text-decoration:none;
  color:#000;
}
.btn-icon.left {
  background-position: -144px 50%;
}
.btn-icon.back {
	background-position: -396px 50%
}
.btn-text {
  float: left;
  position: relative;
}
#footer .title{
  height:42px;
}
#header .headerimage img {
  width:100%;
  border:0;
  padding:0;
}
#header, #footer {
  text-align: center;
}
#body .blurb {
  padding:5px;
  text-align: center;
}
.buttons table td {
  width:33%;
  text-align: center;
  font-size:12px;
  vertical-align: top;
}
.buttons table td span {
  display: block;
}
.buttons table {
  width:100%;
}
img {
  border:none;
}