@charset "UTF-8";


/****************************************
		Main Layout
*****************************************/
#wrapper{
	width:100%;
	height: 100%;
	max-width: 100%;
}

#main{
	width:900px;
	text-align:right;
	border: none;
	display: block;
	height: auto;
	font-size:87%;
	clear: both
}



/* Back to top */
#back-top {
	position: fixed;
	bottom: 70px;
	margin-left: 40px;
	z-index: 9999;
	cursor: pointer;
	display: none
}

*html #back-top {
	position: absolute;
}

/* Back to top */
#back-home {
	position: fixed;
	bottom: 50px;
	margin-left: 40px;
	z-index: 9999;
	cursor: pointer;
	display: none
}

*html #back-home {
	position: absolute;
}
