* { margin: 0; padding: 0; }

html, body {	height: 100%; }
body {
	color:#EEEEEE;
	font: 1em/1.4em Tahoma,sans-serif;
	background-color: #64627a;
	}
a {text-decoration:none;}
a:link {
	color:#efdedf;
	border-bottom:1px solid #f38d94;
	}
a:visited {
	color:#d8e0e5;
	border-bottom:1px solid #6276af;
	}
a:hover {
	color:#ff614c;
	}
a img {
	border:0;
	}

h1 {
	width: 354px;
	height: 350px;
	text-indent: -1000em;
	background: transparent url('mikako.jpg') 0 0 no-repeat;
}
h2 {
	font-size: 1.125em;
	font-style: italic;
	border-bottom: groove 3px #f38d94;
	margin: 0 0 .3em 0;
	}
h3 {
	font-size: 0.8125em;
	font-weight: bold;
	margin: 0;
	}
p {
	margin:0 0 1em 0;
	}
ol {
	margin-top: 0;
	padding: 0 0 0 1.5em;
	}
#floater {
	float: left;
	width: 100%;
	height: 50%;
	margin-bottom: -175px;
	}
#top {
	float: right;
	width: 100%;
	}
#container {
	width: 100%;
	height: 350px;
	clear: both;
	position:relative;
	background: transparent url(mikakobg.gif) repeat-x 0 0;
	}
#center {
	width: 780px;
	margin: auto;
	}
#content {
	font-size: 0.8125em;
	line-height: 1.4em;
	height:340px;
	padding: 10px 10px 0 20px;
	overflow:auto;
	z-index:100;
	position: relative;
	}
#image {
	float: left;
	}