.mainDiv
{
	width:1000px;
	height:1000px;
}

#msn 
{ 
	position: fixed; 
	right: 0px; 
	bottom: 0px; 
	background: url('bg.png') top left no-repeat; 
	width: 201px; 
	height: 116px; 
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	cursor: pointer; 
	color: #000; 
}

div > div#msn 
{ 
	position: fixed; 
}

div#msn div#msn_top 
{ 
	width: 201px; 
	height: 29px; 
}

div#msn_holder 
{ 
	height: 56px; 
	overflow: hidden; 
}

div.msn_clear 
{ 
	clear: both; 
	padding-left: 1px; 
}

div#msn div#msn_holder div#msn_holder_left 
{ 
	width: 70px; 
	float: left; 
}

div#msn_holder_left div#msn_pic 
{ 
	width: 46px; 
	height: 46px; 
	margin-left: 10px; 
	margin-top: 6px; 
}

div#msn_pic img 
{ 
	border: 0px; 
}

div#msn div#msn_holder div#msn_holder_right 
{ 
	width: 131px; 
	float: right; 
	padding-top: 2px; 
	font-size: 11px;
}

div#msn div#msn_link 
{ 
	text-align: right; 
	margin-top: 15px; 
	margin-right: 7px; 
	font-size: 11px; 
	color: #0088e4; 
}

#msn a 
{ 
	color: #0088e4; 
	text-decoration: none; 
}

#msn a:hover 
{ 
	text-decoration: underline; 
}
