﻿/* CSS layout */

html {  
    background-image: linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
    ), url('../img-radio/scope.jpg'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
div#photos {
    margin: 0;
    text-align: center;
    padding: 0;
}
.style34 {
	text-align: center;
	color: #CCCCFF;
	width: 100%;
}