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

html, body {
	height:100%;
	margin:0;
	padding:0;
}

#overlay {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	opacity:0.6;
	background-color: #6c5544;
	cursor: pointer;
	filter: Alpha(Opacity=60);
	
}
	#center {
		width: 320px;
		height: 480px;
		position: absolute;
		left: 50%;
		top: 15%;
		overflow: hidden;
		display:none;
		margin-left:-160px;
		
	}
.box-top {
	height:100px;
	background-image:url(../images/box-top.gif);
	background-repeat:no-repeat;
}
	
.box-ct {
	height:auto;
	background-image:url(../images/box-ct.gif);
	background-repeat:repeat-y;
}
.box-ct caption a {
	text-transform:uppercase;
	color:#6c5544;
	padding-left:5px;
	padding-top:5px;
}
.box-bottom {
	height:30px;
	background-image:url(../images/box-bt.gif);
	background-repeat:no-repeat;
}

	