html, body {
	height: 100%;
}
#container {
	width: 76em;
	min-height: 100%;
	height: 170;
	margin: 0 auto -5em;
}
#wrap {
	margin-bottom: 96px;
	padding-bottom: 96px;
}
#title {
	padding: 1em;
	margin-bottom: 0em;
}
#logo {
	margin: 1em;
	float: right;
}
#logo span {
	float: left;
}
#sidebar {
	width: 19.5em;
	float: left;
        background-image: url("http://iwsc2016.ist.osaka-u.ac.jp/images/bg.png")

}
#wrap h2 {
	margin-bottom: 0.5em;
}
#main {
	width: 55.5em;
	min-height: 30em;
	float: right;
        background-image: url("http://iwsc2016.ist.osaka-u.ac.jp/images/bg.png")
}

#header{
	width: 59.5em;
	min-height: 30em;
	float: right;
}
#content {
	padding: 0 0.5em;
}
#footer, #push {
	height: 2em;
}
#footer {
	clear: both;
	position: relative;
	width: 40em;
	margin: 0 auto;
}
#footnote p {
	position: absolute;
	width: 40em;
	bottom: 4px;
}
.session {
	margin-bottom: 0.5em;
}
.time {
	display: inline-block;
	width: 8em;
}

.authors {
	padding-left: 2em;
}
