@charset "utf-8";

body {
	background: url(../images/lw-background.png) repeat;
	width: 520px;
	height: 540px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}
a {
	border-style:none;
	outline: none;
	text-decoration:none;
	float:left;
}

a:hover {
	color:red;
}
a img {
border:none;
}
img{
	padding-bottom:10px;
}

div.profile{
	position: absolute;
	width: 100%;
	height: 100%;
	float:left;
}
div.link{
	padding-left:3px;
}