/* @import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css'); */

.logo {
 display: block;
 margin: 0 auto;
 width: 400px;
}

.modal-backdrop {
	background-color: #463;
}

.lead1 {
    font-size: 36px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 6px;
	text-align: center;
}

.lead2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 220;
  line-height: 24px;
}

.lead3 {
  	margin-bottom: 18px;
	margin-top:12px;
  	font-size: 21px;
  	font-weight: 200;
  	line-height: 20px;
}

.lead4 {
    font-size: 16px;
    font-weight: 130;
    line-height: 20px;
    margin-bottom: 0;
	text-align: center;
}

.modal-body {
	max-height:500px;
}

	