html {
	background-color: #000;
	background-image: url(images/backdrop.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #ccc;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 12pt;
}

a[href] {
	color: #c22;
	text-decoration: none;
	font-weight: bold;
}

#full-page {
	position: relative;
}

#title {
	position: absolute;
	right: 180px;
	z-index: 10;
	top: 83px;
	margin: auto;
}


#quotes {
	background-image: url(images/noble_0.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 350px;
}

#quotes-box {
	border: 1px solid #530f0f;
	background-color: #1a0000;
	padding: 10px;
	-moz-border-radius: 22px;  
	-webkit-border-radius: 22px;
}

#quotes p {
	padding: 5px 10px;
}

.top-quote {
	margin-top: 30px;
	font-variant: small-caps;
}

.button {
	margin-top: 240px;
	text-align: center;
}

.gallery img {
	border: 1px solid #900;
	width: 50px;
	margin: 10px;
}


#features {
	background-image: url(images/iphone.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 480px;
}

#features-box {
	border: 1px solid #530f0f;
	background-color: #1a0000;
	padding: 10px;
	-moz-border-radius: 22px;  
	-webkit-border-radius: 22px;
}

#footer {
	clear: left;
	padding-top: 20px;
	text-align: center;
	font-size: 90%;
}


form {
	margin: 40px 10px;
	border: 1px solid #fff;
	padding: 20px;
	background-color: #300;
}

label {
	display: block;
	font-weight: bold;
	font-size: .9em;
}

.form-field {
	margin-bottom: 10px;
}

input[type=text], textarea {
	font-size: 1.0em;
	padding: 5px;
}

.form-submit {
	text-align: right;
}
