html, body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	outline: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

#container {
	min-height: 600px;
	height: 99.8%;
	position: relative;
}

#container2 {
	min-height: 800px;
	height: 99.8%;
	position: relative;
}

#middlecontent {
	width: 830px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -415px;
	margin-top: -300px;
}

#middlecontent2 {
	width: 830px;
	height: 710px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -415px;
	margin-top: -355px;
}

#centeredcontent {
	width: 550px;
	height: 314px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -283px;
	margin-top: -216px;
}

.diary {
	margin: 100px 0px 0px 140px;
}

.video {
	margin: 135px 0px 0px 115px;
}

.text {
	margin: 65px 0px 0px 180px;
}

.text p {
	text-align: justify;
}

.diary a {
	color: #6e6b6b;
	text-decoration: none;
}

.diary p {
	margin-right: 15px;
	font-size: 12px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	position:absolute;
	bottom:0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#footer p {
	margin: 0;
}

#footer a {
	font-size: 12px;
	color: #6e6b6b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}