/* Vertical centering */

* {
	margin: 0;
	padding: 0
}
/* mac hide \*/
html, body{
	height: 100%;
	width: 100%;
	background-color: #666666;
}
/* end hide */
body {
	/* background-color: #666666; */
	min-width: 1000px;/* for good browsers*/
	/* min-height: 745px; for good browsers*/
}
#vc-outer{
	height: 100%;
	/*width: 100%;*/
	/*display: table;*/
	/*vertical-align: middle;*/
	width: 1000px;
	margin: 0 auto;
}
#vc-container {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	/* height: 745px; */
}
#body-wrap {
	width: 1000px;
	/* height: 745px; */
	margin: 0 auto;
	/*border: 1px solid #000;*/
}

/* Vertical centering */


* {
	font-family: arial;
	font-size: 12px;
}

a {
	color: #000000;
}

#header {
	width: 1000px;
	height: 138px;
	position: relative;
	background: url(../images/navBg_white.png) repeat-x;
	z-index: 10;
}

#logo {
	width: 142px;
	height: 138px;
	float: left;
}

#logo img {
	display: block;
}

#reg-now {
	width: 116px;
	height: 75px;
	position: absolute;
	margin-left: 142px;
	z-index: 20;
}

#super-banner {
	width: 728px;
	height: 90px;
	float: right;
	margin: 10px 10px 5px 0px;
	_margin-right: 5px;
}

#super-banner img {
	width: 728px;
	height: 90px;
	display: block;
}

#main-container {
	width: 100%;
	/* min-height: 578px; */
}

#main-container img {
	display: block;
}

#footer {
	width: 100%;
	height: 29px;
	background-color: #666666;
	color: #ffffff;
}

#copyright {
	float: left;
	margin: 6px 0px 0px 6px;
}

#footer-menu {
	float: right;
	margin: 6px 6px 0px 0px;
}


/* Main menu */

ul#menu {
	position: relative;
	width: 673px;
	height: 25px;
	float: left;
	margin-left: 105px;
	overflow: hidden;
}

ul#menu li {
	list-style-type: none;
}

ul#menu li a {
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	text-decoration: none;
}

/* Main menu */


/* Bottom menu */

ul#menu2 li {
	display: inline;
}

ul#menu2 li a {
	color: #ffffff;
	text-decoration: none;
}

ul#menu2 li a:hover, ul#menu2 li a:active {
	text-decoration: underline;
}

/* Bottom menu */


#share {
	width: 52px;
	height: 16px;
	float: right;
	padding: 5px 10px;
}


/* List style */

ul.disc, ol.decimal, ol.lower-alpha {
	padding-left: 25px;
}

/* List style */

