@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

#head {
	width: 780px;
	margin: auto;
}

#top {
	width: 780px;
	margin: auto;
}

.main_text {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #E4E4E4
}

h1 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #E4E4E4;
	margin: 0px;
}

p {
	margin-top: 10px;
}

#footer {
	margin: auto;
	width: 770px;
	height: 20px;
	background: #111111;
	line-height: 20px;
	padding: 5px;
}
