/* HTML AND BODY */
body, html {
	margin:               0px;
	padding:              0px;
	height:               100%;
	width:                100%;
	font-family:          Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:            12px;
	color:                #666666;
	font-weight:          normal;
	text-shadow:          0 0 0 #000;
	background-color:     #000000;
}

/* MAIN CONTAINER */
div.divMain {
	position:             absolute;
	top:                  50%;
	left:                 50%;
	margin:               -300px 0px 0px -400px;
	padding:              0px;
	width:                800px;
	height:               600px;
	border:               #FFFFFF solid 1px;
	/* FOR IE FADE TO WORK */
	background-color:     #000000;
}

/* MAIN CONTAINER : LOGO */
div.divMain div.divLogo {
	position:             absolute;
	top:                  264px;
	left:                 305px;
	margin:               0px;
	padding:              0px;
	width:                190px;
	height:               72px;
	background-image:     url(../images/logo.jpg);
	background-position:  top left;
	background-repeat:    no-repeat;
}
div.divMain div.divLogo a {
	margin:               0px;
	padding:              0px;
	width:                190px;
	height:               72px;
	border:               none;
	font-size:            1px;
	text-decoration:      none;
	display:              block;
}

/* MAIN CONTAINER : BOTTOM MENU */
div.divMain div.divBottomMenu {
	position:             absolute;
	bottom:               0px;
	left:                 100px;
	margin:               0px;
	padding:              0px;
	width:                600px;
	height:               30px;
}
div.divMain div.divBottomMenu table {
	margin:               0px;
	padding:              0px;
	width:                600px;
	height:               30px;
}
div.divMain div.divBottomMenu table td {
	margin:               0px;
	padding:              0px;
	width:                auto;
	height:               30px;
	vertical-align:       top;
	text-align:           center;
}
div.divMain div.divBottomMenu table td.first {
	width:                170px;
}
div.divMain div.divBottomMenu table td a {
	margin:               0px;
	padding:              0px;
	width:                auto;
	height:               30px;
	font-family:          "Times New Roman", Times, serif;
	font-size:            16px;
	font-weight:          normal;
	color:                #999999;
	text-decoration:      none;
}
div.divMain div.divBottomMenu table td a.selected {
	color:                #FFFFFF;
}

/* MAIN CONTAINER : COUNTER */
div.divCounter {
	position:             absolute;
	bottom:               2px;
	left:                 2px;
	margin:               0px;
	padding:              0px;
	font-size:            9px;
}
