/*
	Minima Template by Kevin Crafts - http://blog.kevincrafts.com
*/

#about {
	position:absolute;
	z-index:50;
	top:160px;
	left:-400px;
	width:450px;
}	
a#aboutLink {
	display:block;
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	text-indent:-9999px;	
}	
#aboutWrapper {
	margin:0 50px;
	width:350px;
	background-color:#333;
	overflow:auto;
}	
.content {
	padding:10px 20px;
	line-height:160%;
}	
	
.controls {
	position:relative;
	height:40px;
}
a.close:link, a.close:visited {
	display:block;
	width:40px;
	height:40px;
	background-image:url(../images/close.gif);
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
