@charset "UTF-8";
 html,
body {
	text-align: center;
	font-family: 'Bree Serif', sans-serif;
	letter-spacing: 2px;
	color: #fff;
	background-color: #233048;
}
#jp_container_1 {
	position: relative;
	top: 50px;
}
#share_button {
	position: relative;
	top: 100px;
}
#about {
	position: relative;
	top: 200px;
}
#log {
	position: relative;
	text-align: center;
}
#copyright {
	position: relative;
	text-align: center;
}
#container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
}
#main {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: left;
	background: #233048;
	min-height: 100%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
}
#left {
	width: 100px;
	background: #233048;
	min-height: 100%;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
}
#right {
	width: 100px;
	background: #233048;
	min-height: 100%;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #576476;
	text-decoration: none;
}
