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

div#content {
	position: relative;
	background: url(../img/default_content_bg.jpg);
	background-repeat: repeat-y;
	font-variant: small-caps;
	font-size: 16px;
	text-align: center;
}

div#main h1 {
	font-size: 24px;
}

div#main p {
	margin-bottom: 10px;
}

.package {
	display: none;
	height: 350px;
	overflow: auto;
}

#tblPro td {
	width: 50%;
	vertical-align: top;
}

div#control {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	border: 1px solid #99CCFF;
	padding: 5px;
}

div#control img {
	cursor: pointer;
}