 html*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: black;
	padding: 0;
	margin: 0;
}
#container {
	width: 750px;
	margin: 0 auto;
	background: white;
}

#header {
	background: url(img/topimg.png) no-repeat center top;
	height: 150px;
	padding-bottom:20px;
}
#main {
	width: 750px;
	height: 500px;
	background: white;
}

#diary {
	width: 550px;
	float: left;
	background: white;
}

#side {
	width: 185px;
	background: white;
	float: right;
	border: 1px solid black;
	margin: 2px 6px;
}
#side ul{
}
#side li{
	color: #4169e1;
	font-size: 9pt;
	letter-spacing: 0.25em;
	list-style: none;
	
}
#form {
	width: 185px;
	background: white;
	float: right;
	border: 1px solid black;
	margin: 10px 6px 0 0;
}

#footer {
	width: 750px;
	margin: -20px auto 0 auto;
	background-color: #666666;
	clear:both;
	height: 20px;
}
#footer p{
	color: white;
	font-size: 9pt;
	padding: 3px;
	letter-spacing: 0.2em;
}

