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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
}

#main {
	width: 800px;
	margin: 30px auto;
}
#logo {
	margin-bottom: 20px;
}


#bottom {
	z-index: 99999;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	width: 100%;
	height: 20px;
	color: #fff;
	font-style: italic;
	font-size: 80%;
	padding: 3px 0px 0px 0px;
}
#bottom a {
	color: #bde2f9;
}
#left {
	width: 580px;
	float: left;
}
#right {
	width: 200px;
	float: right;
}
.clear {
	clear: both;
}
