body {
	font-family: "Monda", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #141516;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #EFEFEF;
	text-shadow: 2px 2px 2px #000;
	line-height: 20px;
	font-size: 18px;
}

a:link, a:visited {
	color: #EFEFEF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {	
	font-family: "Monda", sans-serif;
	font-weight: 600;
	text-dedcoration: underline;
}
img {
	border-color: #666;
}

#sidebar {
	width: 400px;
	padding: 40px;
	position: relative;
	float: left;
}

#title {
	font-size: 64px;
	padding-bottom: 64px;
	padding-top: 25px;
}

#soxcontent {
	float: center;
	text-align: center;
	padding-top:20px;
	line-height: 22px;
}

#center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%);
	padding-left: 500px;
	padding-right: 500px;
}

#g {
	padding-top: 2px;
    padding-left: 15px;
} 

#othercontent {
	float: center;
	text-align: center;
	line-height: 64px;
	padding: 40px;
	image-height: 200px;
	image-width: 200px;
}

#aghcontent2 {
	position: fixed;
	min-width: 100%;
	max-height: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
}

#footer {
	position: relative;
	height: 24px;
	text-align: center;
	padding: 40px;
}

p {
	max-width: 45em; margin: auto;
}

@media screen and (max-device-width: 645px) {
	body {
		background-image: none;
	}
}