*, html, body {
	margin:0; padding:0;
}

body {
	background:url('../img/bg_tile.jpg');
}

#identity {
	position:absolute;
	width:173px;
	height:100%;
	background-color:#FFF;
	background-image: url('../img/sf-lp_01.gif');
	background-repeat:no-repeat;
}

#content {
	position:absolute;
	left:173px;
	width:567px;
	height:586px;
	background:url('../img/sf-lp_02.jpg') no-repeat;
}

#emale {
	position:absolute;
	left:62px;
	top:510px;
	width:162px;
	height:23px;
}

a.emale {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
a.emale:hover {
	cursor:pointer;
	border:#ccc solid 1px;
}