body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/body-bg-photo-2.jpg);
	margin-bottom: 100px;
	margin-top: 55px;
	background-color: black;
}

.container {
	background-color: white;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.logo {
	height: 0px;
	visibility: hidden;
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #f5073d;
}

a:hover {
	text-decoration: none;
	background-color: #f5073d;
	color: white;
}

.attention {
	color: #f5073d;
	font-weight: bold;
}