/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
   background-color: #000000;
   color: #ffffff;
   scrollbar:auto;
    
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
	background: url('intro.jpg') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
a.linkBianco{
	color: #ffffff;
}