body {
	margin: 0;
	padding: 0;
	background: url('layout13/background.jpg') repeat-x #222425;
	border: none;
	color: #ffffff;
	font: normal 12px verdana, arial, sans-serif;
}

img {
	border: 0px;
}

.title {
	width: 590px;
	padding-left: 50px;
	padding-top: 210px;
	position: absolute;
	color: #ffdb7b;
	font: italic bold 20px arial, verdana, sans-serif;
}

.title2
{
	background-color:#383838;
	font-family: verdana;
	color: #C0C0C0;
	font-weight: bold;
	width:100%;
	padding-top:2px;
	padding-bottom:3px;
}

.isi {
	width: 585px;
	padding-left: 50px;
	padding-top: 240px;
	padding-bottom: 20px;
	text-align: justify;
	color: #ffffff;
	font: normal 12px verdana, arial, "times new roman";
	line-height: 20px;
}

.profile {
	height: 500px;
}

a:link, a:visited
{
	text-decoration: none;
	color:#b4ff00;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color:#957d99;
}

a:active
{
	text-decoration: none;
	color:#b4ff00;
	font-weight: bold;
}