/* Vertical centering */

/* end hide */
body {
	min-height: 715px;/* for good browsers*/
}
#vc-container {
	height: 715px;
}
#body-wrap {
	height: 715px;
}

/* Vertical centering */


#body-wrap {
	background: url(../images/bg_common.gif) repeat-x;
}

#main-content {
	width: 939px;
	height: 518px;
	margin-top: 30px;
	margin-left: 33px;
}

.header {
	width: 939px;
	height: 34px;
	background: url(../images/bg_header.png) no-repeat;
	padding: 13px 0px 0px 16px;
	font-size: 16px;
	font-weight: bold;
}

#content-container {
	height: 412px;
	background: url(../images/bg_common.jpg) repeat-x;
	overflow-y: auto;
	padding: 15px;
}
