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

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

h2 {
	display:block;
	background-color: #000;
	border-left: 5px solid #06F;
	color: #fff;
	font-size:xx-large;
	height: 20px;
	width:200px;
	padding: 2px 0px 5px 5px;
}

a {
	color: ##06F;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

li {
	list-style:none;
}

#container {
	position:relative;
	width: 800px;
	min-height: 500px;
	height: 100%;
	background-color:#fff;
	padding: 20px 15px 50px 15px;
	margin: 0 auto;
}

#footer {
	position: absolute;
	text-align: center;
	font-size:smaler;
	width: 100%;
	bottom: 5px;
	}
