/* CSS Document */
/*-------------------COMMMON-------------------	*/
*
{
	margin:0;
	padding:0;
	outline:none;
	word-wrap:break-word;
}

a
{
	text-decoration:none;
	color:#fff;
	font-weight:;
}

img
{
	border:0;
	behavior : url(../Script/iepngfix.htc);
}

body
{
	font-family:arial;
	font-size:12px;
	color:#fff;
	background:#fff;
}

.spanstyle 
{ 
	display: block; 
	text-indent:-9999px;
}

.align-left
{
	width:100%;
	float:left;
}

.align-right
{
	width:100%;
	float:right;
}

.align-center
{
	width:998px;
	margin:0 auto;
}

	#header
	{
		width:100%; height:;
		background:;
	}
	
		#header-content
		{
			width:900px; height:;
			padding-top:5px;
		}
	
	#main
	{
		width:100%; 
		background:;
	}
	
		#main-info
		{		
			width:962px; height:578px;
			background:url('images/home.jpg') no-repeat top center;
		}


	#footer
	{
		width:100%; height:86px;
		background:;
	}
				
		#footer-info
		{
			width:; height:;
			background:;
		}
		
#enter
{
	width:196px; height:82px;
}

.enter-bg
{
	background-image:url('images/button.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

	.enter-bg:hover
	{
		background-position:center;
	}

	.enter-bg:active
	{
		background-position:top;
	}
	
.margin
{
	margin:0 383px;
}


	