body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: black;
	color: #f0f0f0;
	margin: 0;
	padding: 0;
}

a {
	text-shadow: 0px 1px 1px #2f2f2f;
	color: #391a07;
	
}

#main-wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 70px;
}

#main-content {
	width: 100%;
	min-height: 300px;
}

#breaker-desc-column {
	margin-top: 90px;
	width: 300px;
	height: 300px;
	float: left;
}

#breaker-desc-column h2 {
	text-shadow: 0px 1px 1px #2f2f2f;
	color: #a1a2aa;
	border-bottom-color: #575757;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#breaker-desc-column p {
	text-shadow: 0px 1px 1px #2f2f2f;
	color: #a1a2aa;
}

#breaker-desc-column a {
	text-shadow: 0px 1px 1px #2f2f2f;
	color: #4d2918;
}

#breaker-pic-column {
	display: inline-block;
	height: 500px;
	width: 390px;
	float: right;
}

#iphone-holder {
	float: left;
	padding: 10px;
	height: 450px;
	width: 250px;
}

#iphone-tumbs-holder {
	margin-top: 120px;
	float: left;
}

.iphone-tumb {
	margin: 5px;
	border-color: #1a1a1a;
	border-style: solid;
	border-width: 5px;
	background-color: white;
	height: 90px;
	width: 90px;
	opacity: 0.6;
}

#footer {
	border-top-color: #1b1b1b;
	border-top-width: 1px;
	border-top-style: solid;
	display: inline-block;
	width: 100%;
	min-height: 50px;
}

#footer p.right-footer {
	float: right;
	color: #2e2e2e;
	width: 300px;
	text-align: right;
	font-size: 80%;
}

#footer p.left-footer {
	float: left;
	color: #2e2e2e;
	width: 300px;
	text-align: left;
	font-size: 80%;
}

#footer a {
	color: #2e2e2e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#iphone-tumb-1 {
	background-image: url(images/Bookie-1-small.jpg);
}

#iphone-tumb-2 {
	background-image: url(images/Bookie-2-small.jpg);
}

#upperlist {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(images/top-list-bg.jpg);
}

a#appstorelink {
	float: right;
	margin: 4px;
	background-repeat: no-repeat;
	background-image: url(images/app-store.png);
	height: 42px;
	width: 120px;
	opacity: 0.8;
}

a#appstorelink:hover {
	opacity: 1.0;
}

#upperlist p {
	text-shadow: 0px 1px 1px #191919;
	font-size: 40px;
	color: #a1a2aa;
	margin: 4px;
	height: 42px;
	float: left;
}

#upperlist a {
	text-shadow: 0px 1px 1px #191919;
	font-size: 40px;
	color: #a1a2aa;
	text-decoration: none;
}

#upperlist a:hover {
	color: #b5b8bf;
}

