

#main {
		margin: 0cm auto;
		width: 800px;
		border: medium solid #25b;
		background-color : #d5dce3;


}

#login {
		padding: 5px 100px;
		border-bottom-style: solid;
		border-bottom-color: #25b;
}	


#plug {
		
		height: 44.4px;
		background-color: #25b;
			
	
}

#advert { 
		width: 160px;		
		float: left;
		overflow: hidden;
		position: relative;
		
}

#text {
		width: 640px;
		float:left;
		overflow: hidden;
					
}

#line {
		height: 7px;
		clear: both;
		background-color: #20f;	
}	

#footy {
		height: 35px;
		padding: 5px;
		clear: both;
		background-color: #25b;
			
}	

#footy a, #footy a:link, #footy a:visited {
color: #ffffff;
}

#footy a:hover {
color: #000000;
}
		       
ul.pan, ul.pan li {
	
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.pan {
	padding: 0px 99px;
	position: absolute;
}

ul.pan li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #9ce transparent #9ce;
}

ul.pan a:link, ul.pan a:visited  {
	text-decoration: none;
	display: block;
	width: 95px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-top: 9px solid #25b;
}

ul.pan a:hover{
	background-color: #28e;
	border-top: 19px solid #26d;
}

ul.pan a.active {
	background-color: #27c;
	border-top: 24px solid #27c;
}
