body {
	background-image:url('/img/profile.jpg');
	background-repeat:no-repeat;
        font-size: 75%;
        font-family: Arial, Helvetica, sans-serif;
}

#profile {
	width:630px;
}

#profile .picture {
	float:right;
	padding-top:130px;
}

#profile .name {
	float:left;
	padding-top:120px;
	padding-left:30px;
}

#profile .info {
	float:left;
	padding-top:130px;
	padding-left:40px;
}


#profile .chat {
	float:right;
	padding-top:10px;
	padding-right:34px;
}

#profile .chat a {
	color:white;
	text-decoration:none;
}

#profile .picture img {
	border:2px solid black;
}

