/* basic setup */

html, body {
	height: 100%;
}

#body_home {
	background-image: url(../images/bg/bg.jpg), url(../images/bg/black.png);
	background-repeat: no-repeat, repeat;
	background-position: center center, left top;
}

#body_pages {
	background-color: white;
}

/* home page */

.home_overall {
	background-image: url(../images/bg/gray_50.png);
	background-repeat: repeat;
	text-align: center;
}

.home_keams_title {
	padding-top: 16px;
	color: white;
}

.home_keams_subtitle {
	padding-bottom: 32px;
	color: white;
}

.home_text {
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}

a.home_text_white {
	color: white;
}

/* other pages */

.pages_overall {
	text-align: center;
}

.keams_title {
	padding-top: 16px;
	padding-bottom: 16px;
}

.pages_text {
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

/* misc */

.indented1 {
	padding-left: 1.2em;
}

hr.grey_hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
