@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#333;
	color:#999;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper
{
	margin:10px;
	padding:10px;
}

h1
{
}

a
{
}
a:link
{
	color:#ccc;
}
a:visited
{
	color:#ccc;
}
a:hover
{
	color:#fff;
}
a:active
{
	color:#ccc;
}

p
{
	margin-top:5px;
	margin-botton:5px;
}

#comment-box
{
	background-color:#232323;
	border:1px solid #606060;
	width:500px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
}

.note
{
	background-color:#303030;
	border:1px solid #606060;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
	
	padding:20px;
	text-align:left;
}

.comment
{
	position:relative;
	top:40%;
	bottom:50%;
}

.button
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:20px;
}

