/* 
 * CONCEPT 3 : MY HEAD 
 * 
*/
html{
	height: 100%;
}
body#myhead{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #bdbfc1 url(/asset/image/bg-myhead.jpg) no-repeat left bottom;
}
#myhead #container{
	margin: 0;
	min-height: 300px;
}
#myhead .title,
#myhead .job,
#myhead .email span{
	display: none;
}
#myhead .email{
	position: absolute;
	top: 135px;
	left: 300px;
}
#myhead .email a{
	display: block;
	width: 320px;
	height: 30px;
	background-repeat: no-repeat;
}


/* 
 * CONCEPT 4 : SKETCH 
 * 
*/
body#sketch{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#sketch #container{
	position: relative;
	width: 845px;
	height: 580px;
	background: url(/asset/image/bg-sketch2.jpg) no-repeat 0 0;
	margin: 0 auto;
}
#sketch .title,
#sketch .job,
#sketch .email span{
	display: none;
}
#sketch .email{
	position: absolute;
	bottom: 65px;
	right: 120px;
}
#sketch .email a{
	display: block;
	width: 210px;
	height: 30px;
	background-repeat: no-repeat;
}
