body{
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 12px;
	background-color: #663366;
	margin: 0px;
	text-align: center;
	
}

img{
	border: 0px;
	margin: 0px;

}

.clear{
	clear: both;
}

/* #################################################################### */





#page{

	width: 620px;
	height: auto;
	margin: auto;
	padding-top: 15px
	

}


#enter{
	width: 603px;
	height: auto;
	background:  url(../images/enter-bg.jpg) top no-repeat;
	margin: auto;
	padding-bottom: 100px;

}

#enter #left{
	width: auto;
	height: auto;
	float: left;
	padding-left: 18px;
	padding-top: 8px;
	
}

#enter #right{
	width: auto;
	height: auto;
	float: right;
	padding-right: 18px;
	padding-top: 8px;
	
}

.site{
	width: 620px;
	height: auto;
	text-align: center;
	margin-bottom: 45px;
	background:  url(../images/site-bg.jpg) top no-repeat;
	padding-top: 10px;
	
}

.site span{
	text-align: left;
	float: left;
	margin-top: 8px;
	margin-left: 10px;

}



#footer{
	width: 603px;
	text-align: center;
	height: 50px;
	float: left;
}


