body {
    background: url("../img/cheers_background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about-header {
    font-size: 36px;
    color: grey;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#about {
    max-width: 800px;
    font-size: 16px;
    line-height: 18px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255,255,255);
	background-color: rgba(255,240,220,.6);
	padding: 20px;
	padding-bottom: 0px;
	border: 1px solid;
	border-radius: 15px;
    font-weight: bold;
}

.whatiam {
    font-weight: bold;
    display: inline;
    color: #833;
    font-size: 18px;
    text-decoration: none;
}

a.whatiam:hover {
	color: #411;
	text-decoration: none;
}

#other-links {
    position: absolute;
    height: 50px;
    right: 10px;
    bottom: 10px;
}

.op-3 {
    opacity: 0.4;
}
