@charset "utf-8";

* { 
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
	overflow-x: hidden;
}

body {
	font: 13px Georgia;
	line-height: 1.6;
}

div#outline {
	width: 100%; 
	background-color: #000000; 
	height: 111px; 
	position: absolute; 
	top: 0; 
	left: 0;
}

div#container {
	position: absolute;
	width: 1280px;
	left: 50%;
	margin-left: -640px;
}

div#header {
	width: 100%;
	height: 111px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/images/core/otis-header.jpg') no-repeat center top;
	background-color: #000000;
}

div#header-core {
	position: absolute;
	width: 770px;
	left: 50%;
	margin: 11px 0 0 -385px;
}

#header-corner {
	position: absolute;
	top: 2px;
	right: 2px;
}

div#content {
	position: absolute;
	width: 770px;
	left: 50%;
	margin: 110px 0 0 -385px;
	padding-bottom: 50px;
	z-index: -1;
}

div#total {
	width: 770px;
}

div#left {
	width: 575px;
	float: left;
}

div#right {
	width: 190px;
	float: right;
	padding-top: 20px;
}

div.start-side {
	width: 80px;
	float: left; 
	padding-top: 25px;
}

div.start-core {
	width: 480px;
	float: left; 
}

div.box {
	width: 200px;
	padding: 0 0 25px 15px;
	line-height: 1.3;
	font: 11px Arial;
}

div#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
	background: url('/images/core/otis-footer.jpg') no-repeat center top;
	background-color: #000000;
}