html	{
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#999999;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-track-color:#FFFFFF;	
}
body 				{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	background: transparent url(../images/start-bg.gif) repeat;
}
/* Internet Explorer Hack */
* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}
div					{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
#start-center	{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#start-layer1		{
	position: absolute;
	left: 50%;
	top: 50%;
	border-style: solid;
	border: 0px;
	border-color: #ff0000;
	height: 450px;
	width: 100%;
	margin-left: -50%;
	margin-top: -225px;
	background: url(../images/start_left.jpg) repeat-x;
	overflow : hidden;
}
#start-right		{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 450px;
	width: 50%;
	background: url(../images/start_right.jpg) repeat-x;
	overflow : hidden;
}

#start-pic			{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 450px;
	width: 900px;
	background: url(../images/start_center_2.jpg) no-repeat;
	margin-left: -450px;
}
#start-enter			{
	position: absolute;
	right: 75px;
	top: 400px;
	height: 10px;
	width: 63px;
}
#start-copyright			{
	position: absolute;
	left: 50px;
	top: 400px;
	height: 10px;
	width: 185px;
	overflow: hidden;	
	text-align: left;
}

