@charset "utf-8";

#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 90%;
}
#page-top a {
	background: #ACACAC;
	text-decoration: none;
	color: #FCFCFC;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
}
#page-top a:hover {
    text-decoration: none;
    background: #D6D6D6;
}


td #about_link {
	position: fixed;
	top: 50px;
	right: 50px;
	float: right;
}

#experience {
	position: fixed;
	float: right;
	overflow: visible;
	visibility: visible;
}
