
/* ----------------------------------------
	settings
---------------------------------------- */

body {
	margin: 0;
	border: 0;
	padding: 0;
	background:  url(../img/bg_sub.jpg) repeat center top;
	text-align: center;
}

body * {
	margin: 0;
	border: 0;
	padding: 0;
	outline: none;
	color: #000;
}

li { list-style-type: none;}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ----------------------------------------
	              contents
---------------------------------------- */

#container{
	position: relative;
    min-height: 100%;
}


#contents{
	width:950px;
	height:2120px;
	margin:auto;
	position:relative;
}

#contents .about{
	text-align:left;
	width:640px;
	font-size:15px;
	color:#4D3212;
	position:absolute;
	top:720px;
	left:0px;
	font-weight:bold;
	line-height:1.7em;
}

#contents .profile{
    text-align:left;
	width:235px;
	font-size:13px;
	color:#4D3212;
	position:absolute;
	top:1000px;
	right:0px;
	font-weight:bold;
	line-height:1.6em;
}

#contents .profile .name_l{
	font-size:30px;
	color:#4D3212;
	font-weight:bold;
	line-height:1.2em;
}

#contents .profile .name_s{
	font-size:19px;
	color:#4D3212;
	font-weight:bold;
	line-height:1.7em;
}

#label{
	position:absolute;
	top:440px;
	left:-280px;
}

#photo{
	position:absolute;
	bottom:210px;
	right:-50px;
}

#back{
	position:absolute;
	bottom:165px;
	right:-75px;
}

#followus{
	position:fixed;
	right:0px;
	top:60px;
	z-index:10;
}


#blog{
	position:fixed;
	right:0px;
	top:185px;
	z-index:10;
}

* html #followus{
	position:absolute;
	right:0px;
	top:60px;
	z-index:10;
}

* html #blog{
	position:absolute;
	right:0px;
	top:185px;
	z-index:10;
}

/* ----------------------------------------
	              footer
---------------------------------------- */

#footer_wrapper{
	width:100%;
	height:70px;
	background-color:#553c2a;
	position: absolute;
    bottom: 0px;
	right: 0px;
}

#footer{
	width:950px;
	height:70px;
	margin:auto;
	position:relative;
}

#footer_banner li{
	float:left;
	margin:10px;
}

#copyright{
	position:absolute;
	top:20px;
	right:0px;
}