html	{
	scrollbar-base-color: #d5e8f4;
	scrollbar-3dlight-color: #d5e8f4;
	scrollbar-arrow-color: #80cff0;
	scrollbar-darkshadow-color: #d5e8f4;
	scrollbar-highlight-color: #80cff0;
	scrollbar-shadow-color: #80cff0;
	scrollbar-track-color: #d5e8f4;
	height: 100%;
	overflow: hidden;
}

body 				{
	background: url(../images/bg_main.gif) repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
div					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a					{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:link				{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:hover			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:active			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:visited			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
#title		{
	text-align: center;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -300px;
}
#main		{
	position: absolute;
	width: 100%;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	border: 0px;
	background: url(../images/bg-left.gif) repeat-x;
}
#enter		{
	position: absolute;
	margin-right: 100px;
	right: 51%;
	top: 445px;
	height: 40px;
}
#enter2		{
	position: absolute;
	width: 200px;
	text-align: center;
	top: 50%;
	margin-top: 100px;
	left: 50%;
	margin-left: -100px;
}
#bg-center		{
	position: absolute;
	width: 100%;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	border: 0px;
	background: url(../images/container.gif) no-repeat center;
}
#bg-right		{
	position: absolute;
	width: 50%;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	border: 0px;
	background: url(../images/bg-right.gif) repeat-x;
	left: 50%;
}


