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

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

.title {
	position: absolute;
	top: 60px;
	left: 110px;
}

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

.slogan {
	position: absolute;
	top: 180px;
	left: 110px;
}
.footer {
	width: 908px;
	position: absolute;
	bottom: 0;
	right: 7px;
	height: 90px
}

.address {
	font: bold 18px arial;
	color: #3B3B2C;
	position: absolute;
	bottom: 30px;
	left: 55px;
}

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

.powered {
	direction: ltr;
	position: absolute;
	bottom: 25px;
	right: 55px;
}

.poweredt {
	float: left;
	padding: 5px;
	color: #3B3B2C;
	font: bold 20px arial;
}


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

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