* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/bg.jpg) fixed top center no-repeat;
	font-size:12px;
}
#left {
	width:334px
}
#right {
	width:606px;
}
#nav {
	background:#860000;
	padding:20px 20px 10px 20px;
	text-align:left;
	color:#cc342a;
}
#nav a {
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
	letter-spacing:-1px;
	color:#000;
}
a {
	outline: none;
	text-decoration:none;
}
#content {
	font-size:12px;
	line-height:17px;
	color:#fff;
	text-align:left;
	padding:20px;
}
#contentstretch {
	min-height:450px;
}
#content p {
	margin:0 0 12px 0;
	color:#aaa;
}
ul {
	margin-left:35px;
	margin-bottom:20px;
	margin-right:35px;
}
li {
	line-height:22px;
	margin-bottom:6px;
	font-size:14px;
	font-weight:normal;
	list-style-image:url(images/bullets.png);
}
#logo {
	padding-top:20px;
}
#iphonebg {
	background:url(images/iphonebg.png) top center no-repeat;
	width:223px;
	margin:20px auto;
	height:345px;
	padding-right:1px;
	padding-top:67px;
}
#iphone img {
	border:none;
}
#iphone object {
	margin: 0;
	border: 0;

}
#iphone embed {
	border: 0;
}
.imgright {
	padding:5px 0 10px 10px;
}
h1, h2, h3 {
	font-weight:normal;
	margin-bottom:15px;
	padding-top:12px;
}
h1 {
	letter-spacing:-1px;
	font-size:28px;
}
a:link, a:visited {
	color:#DF3C31;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#footer {
	padding:10px 0;
	margin-top:12px;
	border-top:1px dotted #777;
	text-align:left;
	width:100%;
	color:#888;
}
#space {
	height:150px;
}
#wrap {
}