/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

html, body { background: #BD8F93; }

html { font-size: 100%; }

body { font-size:  62.5%; }

.hidden { display: none; }

#index-container {
	width: 484px;
	height: 470px;
	margin: 0 auto;
	margin-top: 100px;
}

/* HEADERS */

#headerindexname {
	height: 52px;
	background-image: url(../Edited%20Images/indexname.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#headerindextitle {
	height: 45px;
	background-image: url(../Edited%20Images/indextitle.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* CONTENT */

#border {
	border-width: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #f8f9fb #a4a8b6 #a4a8b6 #f8f9fb;
}

#indexcontent {
	width: 468px;
	height:  296px;
	border-width: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #a4a8b6 #f8f9fb #f8f9fb #a4a8b6;
}

#indexcontent a img { border: 0; }

#enter {
	text-align: center;
	text-decoration: none;
}

#enter a {
	font-family: "Book Antiqua";
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #56121B;
	text-align: center;
	text-decoration: none;
}
