html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f9f9f9;
}

#body {
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	font-family: 'Oswald', sans-serif;
}

#cjImg {
	background-image: url('cj.png');
	width: 494px;
	height: 600px;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	
}

#body {
	background-image: url('bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	*/
}


#logo {
	float: left;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	font-size: 2.4em;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #cf2234;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0;
	position: fixed;
	z-index: 100;
	bottom: 550px;
	left: 320px;
	
}


#logotext {
	float: left;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #ffcb00;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0;
	position: fixed;
	z-index: 90;
	bottom: 480px;
	left: 350px;
	line-height: 120%;
	
}

#contentWrapper {
	margin-left: 500px;
	margin-top: 150px;
	height: auto;
}

#content, .content, .contentSmall {
	margin: auto;
	padding: 50px;
	width: auto;
	max-width: 600px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	opacity: 0.90;
}

.contentSmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

p.date {
	font-size: 80%;
	margin-bottom: -20px;
}

h1 {
	font-family: 'Oswald', sans-serif; font-weight: 400;
}

a {
	color: #cf2234;
}