﻿



body {
	display: block;
	text-align: center;
	font-family: "Baskerville Old Face";
}

#background {
	background-image: url('../images/background/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 762px;
}


#main {
	display: block;
	height: 575px;
	position: relative;
	top: 100px;
}

#header-section {
	display: block;
	height: 50px;
	position: relative;
}

#content-section {
	display: block;
	height: 430px;
	width: 500px;
	position: relative;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	
}

#links-section {
	list-style-type: none;
	display: block;
}

a img {
	border-style: none;
}

#letters {
	list-style-type: none;
}



/*
 #letters a img {
	border-style: groove;
	border-width: 1px;
}
*/