/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   page.css
Purpose:    This file is created to hold CSS styles of
            page area.
            Please do not put other styles in this file.
Created by: KY 2009.05.26
******************************************************* */

#page {
	position: relative;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#page #page_inner {
	position: relative;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 188px;
	width: 949px;
	margin: 0 31px 0 20px;
	padding: 0;
}
body#homepage #page #page_inner {
	background-image: url(../img/bg/bg-page.gif);
	margin: 0;
	padding: 0 31px 0 20px;
}
#template-login #page #page_inner {
    text-align: center;
}



/* *** Disable Layer *** */
#layer_disable_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bg/shadow.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 100%;
	height: 100%;
	z-index: 500;
}
* html #layer_disable_overlay {
	position: absolute;
	background-image: none;
	height: 0;
}
* html select.invisibleSelect {
	visibility: hidden !important;
}
