﻿body {
background:url('../img/bg.png');
font-family:'Source Sans Pro', arial, tahoma;
font-size:16px;
line-height:1.8;
color:#4e4e4e;
}

/* Custom container */
.container-narrow {
margin: 0 auto;
width: 884px;
position:relative;
margin-bottom:50px;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0 0 0;
text-align: center;
}
		  
.jumbotron h1 {
font-size: 48px;
line-height: 1;
padding-bottom:35px;
font-family: 'Source Sans Pro';
font-weight:500;
color:#1786b7;
}
		  
.jumbotron p {
font-family: 'Source Sans Pro';
font-weight:500;
font-size:20px;
line-height:1.5;
}
		  
.breaker {
margin:50px auto;
background-image:url('../img/breaker-bar.png');
width:875px;
height:1px;
}
		  
.pictureBox  {
width:478px; height:243px;
padding-bottom:90px;
}
		  
.baseGradient {
width:100%;
height:317px;
margin-top:-317px;
background: url('../img/bg_gradient.png') repeat-x;
}
		  
.graphPaper {
background: url('../img/graph-paper-bg.png');
padding-bottom:30px;
}
		  
.myButton {
height:46px;
background-color:#1181b0;
padding:0 18px;
font-size:18px;
font-weight:700;
width:130px;
text-align:center;
line-height:46px;
color:#fff;
text-transform:uppercase;
}
		  
.myButton:hover {
background-color:#00a9f0;
}
		  
.noUnderline:hover { text-decoration:none; }
		  
.myFooter {
padding:25px 0;
background:url('../img/bg_blue.png');
width:100%;
height:90px;
text-align:center;
color:#fff;
font-weight:300;
font-size:12px;
}
		  
.myFooter a {
color:#fff;
text-decoration:underline;
}