@font-face {
    font-family: 'general';
    src: url('font.TTF');
}

a:link {
    color: darkgrey;
}
a:visited {
    color: grey;
}
a:hover {
    color: orange;
}
a:active {
    color: darkgrey;
}

body {
	background: #e9e8e3 url('background.jpg');
	background-size: 600px 400px;
	background-repeat: no-repeat;
	background-position: top right;
	opacity: 0.8;
	
    /*background-size: 15px 15px;
    background-color: #d1d1d1;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
    transparent 75%, transparent);
    -pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
    transparent 75%, transparent) 0 0 / 15px 15px, #bb9a00;
*/
    text-align: center;
	font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
}

.caption {
	width: 100%;
}

.left {
	display:inline-block;
	width: 220px;
	height: 200px;
	vertical-align: top;
	padding: 10px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.5);
}

.center {
	display:inline-block;
	width: 600px;
	text-align: left;
	margin-bottom: 50px;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	margin: 10px;
}

.right {
	display:inline-block;
	width: 220px;
	height: 200px;
	vertical-align: top;
	padding: 10px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.5);
}