html {
	height: 100%;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(images/back.png);
	background-color: #99a7a9;
}

#header {
	padding-top: 50px;
}

#main {
}

#bottom {
	letter-spacing: 0.5px;
	padding-top: 40px;
	text-align: center;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414349;
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.center-obj {
	margin-left: auto;
	margin-right: auto;
}