body {
	color: #ddd;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	background: #222;
	line-height: 1.6em;
}
h1#title {
	margin: 45px auto 0 auto;
	width: 521px;
	height: 80px;
	background-image: url(img/logo.png);
	background-image: -webkit-image-set(url(img/logo.png) 1x, url(img/logo@2x.png) 2x);
	background-position: left top;
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}
h2 span {
	display: none;
}

h2#subtitle {
	text-align: right;
	margin: 8px auto 55px auto;
	width: 430px;
	color: #ccc;
}
h1 #firstName { color: #ddd; }
h1 #lastName { color: #009ae9; }
a {
	color: #009ae9;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

div#footer {
	color: #999;
	text-align: center;
	width: 100%;
	font-size: 8pt;
	padding-bottom: 20px;
}

/* Products */
.product {
	width: 540px;
	margin: 30px auto 35px auto;
	background: #333 url("img/product-background.png") top left repeat-y;
	padding: 15px 18px;
	position: relative;
	font-size: 13px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.product p, .product h2 {
	margin: 0;
	padding: 0;
}
.productImage img {
	width: 75px;
	height: 75px;
	float: left;
	padding: 0 15px 0 0;
}
.product .productTitle {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 18pt;
}
.product .productTagline {
	float: right;
	background: #222;
	padding: 0px 10px 2px 10px;
	margin-top: 2px;
	color: #aaa;
	font-size: 8pt;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}