

#container {
	width: 460px;
	text-align: justify;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #logo {
	background: url(../img/logo.gif) no-repeat top left;
	height: 44px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #797979;
	margin-bottom: 20px;
}

#container #logo h1 {
	font-size: 3em;
	height: 40px;
	text-indent: 0px;
}

#footer {
	margin-top: 20px;
}


