@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");	


html {
		background-color: #313a3d;
		background-attachment: fixed,						fixed;
		background-image: url("images/fp-9.jpg"), url("../../images/fp-9.jpg");
		background-position: top left,					center center;
		background-repeat: repeat,						none;
		background-size: auto,						cover;
	}
        #header header h1, #header header p {
				color: #ffffff;
			}
    .main p {
        color: #000000;
        text-transform: none;
    }
    
.main a{
    color: #ff0000;
    text-decoration: underline
}

.main img{
    width: 100%
}

.main header{
    padding: 25px 10px 100px 10px
}

.header{
    padding: 10px 10px 10px 10px
}



h2 {color: #ffffff;
   height: 100px
}

h3 {color: #0000b1;
   text-height: 50px
}