body{
	font-style: normal;
	font-variant: normal;
	font-weight: normal; 
	font-size: 12px;
	font-family: times new roman, tahoma;
	color: #333333;
	overflow:hidden;
	text-align: center;
}

a:link{
	background: none;
	color: #999999;
	text-decoration: none;
}
	
a:active{
	background: none;
	color: #999999;
	text-decoration: none;
}

a:visited{
	background: none;
	color: #999999;
	text-decoration: none;
}

a:hover{	
	background: none;
	color: #333333;
	text-decoration: none;
}

#main{
	width: 677px;
	height: 503px;
	margin: 0px auto;
	margin-top: 30px;
    text-align: left;
	position:relative;
}


#sx{
	width:231px;
	position:absolute;
	top:0px;
}

#dx{
	width:241px;
	position:absolute;
	left:231px;
	top:0px;
}

#logo{
	height: 503px;
	width:200px;
	position:absolute;
	left:472px;
	top:0px;
}

#version{
	width: 180px;
	text-align: right;
	position:absolute;
	bottom:0;
}