@charset "UTF-8";
#container {
	padding: 0px;
	height: 650px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #intrologo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 630px;
	width: 900px;
	background-color: #663300;
}
a {
	text-decoration: none;
	color: #663300;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#container #footer {
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
}
