@charset "utf-8";
/* CSS Document */

body {
	background-color: #403c39;
}

#container {
	width: 700px;
	height: 500px;
	margin: 0 auto;
	background: #403c39 URL("../images/bg.jpg") no-repeat;
	position: relative;
}

#content {
	position: absolute;
	top: 90px;
	left: 115px;
	width: 260px;
	height: 340px;
	overflow: auto;
}

#links {
	position: absolute;
	left: 465px;
	top: 270px;
	width: 150px;
	height: 200px;

text-align:center;
}

#lightBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	text-align: center;
	background: URL("../images/lightBoxBG.png") repeat;
}

a:link {
	color: #403c39;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #403c39;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #403c39;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #403c39;
	font-weight: bold;
}

#lightBox a {
color: #fff;
}