body {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
line-height: 18px;
background-color: #fff;
margin: 0;
padding: 0;
}

body.index {
background-color: #000000;
color: #fff;
}

body.index #splash-image {
height: 400px;
width: 100%;
background: url("website/images/home-splash.jpg") right top no-repeat;
}

body.index #splash-image img {
margin-top: 30px;
margin-left: 25%;
}

div#quote {
width: 500px;
margin: 0 auto;
}

div#quote blockquote {
width: 100%;
text-align:right;
font-size: 14px;
}

div#quote p {
text-align: right;
margin-bottom: 0px;
}

div#quote span {
font-size: 14px;
}

div#quote a {
display: block;
text-align: center;
font-weight:bold;
font-size: 17px;
color: #fff;
margin-bottom: 35px;
}
