body {
color: #333;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-weight: normal;
font-size: .75em;
overflow: hidden;
}
			
			.content {
			position: absolute;
			top: 50%;
			left: 50%;
			right: 50%;
			height: 100px;
			width: 100%;
			margin-top: -40px;
			margin-left: -400px;
			margin-right: 20px;
			}
			
			#logo {
			position: absolute;
			top: 50%;
			left: 50%;
			width:230px;
			height:151px;
			margin-top: -200px;
			margin-left: -100px;
			}
			
			.topline {
			position: absolute;
			background-image: url(../../aj/images/icon/alpha.png);
			background-repeat:x-repeat;
			background-attachment:fixed;
			background-position:top right;
			width:100%;
			height: 40px;
			top:0px;
			}
			
			.panel2 {
			position: absolute;
			top: 2px;
			left: 50%;
			filter: alpha(opacity=85);
			opacity: .85;
			}
			
			.tg {
			font-size: 17px;
			font-color: #fff;
			background: #27A5E7;
			border-radius: 50px;
			}
			
	
			.rss {
			position: absolute;
			margin-right: 10px;
			margin-top: 6px;
			left: 54%;
			right: 50%;
			}
			
			.footer {
			position: absolute;
			background-image: url(../../aj/images/icon/alpha.png);
			background-repeat:x-repeat;
			background-attachment:fixed;
			background-position:top right;
			width:100%;
			height: 60px;
			bottom:0px;
			}
			
			.footer svg{
			margin:0px 5px;
			width:30px;
			height:20px;
			vertical-align:middle;
			
				}
	
			
			.footer_text {
			color: #fff;
			font-size: 10px;
			margin-left:100px;
			margin-right:100px;
			margin-top: 15px;
			text-align: center;
			}
			
			#phone {
			position: absolute;
			font-family: Arial Black;
			font-size: 130px;
			letter-spacing: -5px;
			color: #fff;
			bottom: 30px;
			right: 0px;
			}




a:link {
	COLOR:  #474747; TEXT-DECORATION: none
}
a:active {
	COLOR:  #ff0000; TEXT-DECORATION: none
}
a:visited {
	COLOR:  #474747; TEXT-DECORATION: none
}
a:hover {
	COLOR:  #ff0000; TEXT-DECORATION: none
}