html { 
	font-size:100.01%; 
}
	
body { 
	font-size:62.5%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	background: url("images/bg.jpg") #aaa9a7; 
	color:#646464;
	padding: 30px 0 0 0;
}

.main {
	position: relative;
	width: 931px;
	height: 657px;
	clear: both;
	margin: 20px auto 10px auto;
	padding:0;
	text-align:center;
	background: url("images/frame-bg.jpg") no-repeat;
}

.logo {
	position: absolute;
	top: 50px;
	left: 50px;
}

.slogan {
	position: absolute;
	top: 190px;
	left: 90px;
}

.underc {
	position: absolute;
	bottom: 0px;
	left: 80px;
}

.address {
	font: bold 18px arial;
	color: #ffffff;
	position: absolute;
	bottom: 70px;
	right: 120px;
}

.footer {
	width: 900px;
	height: 60px;
	text-align: center;
	margin: 20px auto;
}

.powered {
	
}

a, a:visited {
	color: #5a71c1; 
	text-decoration: none;
}

a:hover{
	color: #50823e; 
	background: #ffffff;
	text-decoration: none;
}