.expand {
	height: 1px;
	margin: 2px 0;
	background: #2187e7;
	position: absolute;
	box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.4);
}
.bar {
	width: 570px;
	margin: 0;
	position: relative;
	font-size: 14px;
	line-height: 2em;
	padding: 0px;
}
#skill {
	list-style: none;
}
#skill li {
	background: #000;
	height: 5px;
	border-radius: 3px;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.html50 {
	width: 0%;
}
.html5 {
	width: 100%;
	-moz-animation: html5 2s ease-out;
	-webkit-animation: html5 2s ease-out;
}
@-webkit-keyframes html5 {
0% {
width:0px;
}
100% {
width:100%;
}
}
@-moz-keyframes html5 {
0% {
width:0px;
}
100% {
width:100%;
}
}
@-webkit-keyframes html50 {
0% {
width:0px;
}
100% {
width:100%;
}
}
@-moz-keyframes html50 {
0% {
width:0px;
}
100% {
width:100%;
}
}
@-webkit-keyframes appear {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-webkit-keyframes headline_appear_animation {
 from {
 opacity: 0;
}
 25% {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-webkit-keyframes contentappear {
 from {
 -webkit-transform: scale(0);
 opacity: 0;
}
 50% {
 -webkit-transform:  scale(0.5);
 opacity: 0;
}
 to {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes appear {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-moz-keyframes headline_appear_animation {
 from {
 opacity: 0;
}
 25% {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-moz-keyframes contentappear {
 from {
 -moz-transform: scale(0);
 opacity: 0;
}
 50% {
 -moz-transform:  scale(0.5);
 opacity: 0;
}
 to {
 -moz-transform: scale(1);
 opacity: 1;
}
}
* {
	margin: 0;
	padding: 0;
}
/*################ Sliding and appearing animation for the 404 page. Works in webkit browsers and mozilla firefox.*/

a:active {
	position: relative;
	top: 1px;
}
html {
	background-color: #494949;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-family: SimSun;
	width: auto;
	margin: 0 auto 100px auto;
}
.content {
	margin: auto;
	padding: 5px 40px 5px 40px;
	width: 570px;
	color: #fff;
	-webkit-animation: 1s contentappear;
	-moz-animation: 1s contentappear;
	background-image: -moz-linear-gradient(top, rgba(85, 85, 85, 0.7), rgba(0,0,0, 1));
	background-image: -o-linear-gradient(top, rgba(85, 85, 85, 0.7), rgba(0,0,0, 1));
	background-image: -webkit-linear-gradient(top, rgba(85, 85, 85, 0.7), rgba(0,0,0,1));
	background-image: linear-gradient(top, rgba(85, 85, 85, 0.7), rgba(0,0,0, 1));
	border: 1px solid #000;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.4), 0 3px 8px #000000;
	border-radius: 6px;
	font: 16px;
	line-height: 25px;
	font-weight: 300;
	text-shadow: #000 0 1px 0;
}
form {
	height: 25px;
}
.inputform {
	font: 16px;
	border: none;
	padding: 8px;
	width: 400px;
	margin: 10px 0 0 25px;
}
.button {
	width: 100px;
	margin-top: 1px;
	height: 32px;
	border: none;
	background-image: -moz-linear-gradient(top, #ffffff, #aaa);
	background-image: -o-linear-gradient(top, #ffffff, #aaa);
	background-image: -webkit-linear-gradient(top, #ffffff, #aaa);
	background-image: linear-gradient(top, #ffffff, #aaa);
	box-shadow: inset 0px 1px rgba(255, 255, 255, 1);
}
.button:hover {
	background-image: -moz-linear-gradient(top, #ffffff, #ccc);
	background-image: -o-linear-gradient(top, #ffffff, #ccc);
	background-image: -webkit-linear-gradient(top, #ffffff, #ccc);
	background-image: linear-gradient(top, #ffffff, #ccc);
	cursor: pointer;
}
.button:active {
	background-image: -moz-linear-gradient(top, #ccc, #fff);
	background-image: -o-linear-gradient(top, #ccc, #fff);
	background-image: -webkit-linear-gradient(top, #ccc, #fff);
	background-image: linear-gradient(top, #ccc, #fff);
}
p.links {
	margin: 20px 0 0 0;
	text-align: center;
}
p.links a {
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}
p.links a:hover {
	text-decoration: none;
	text-shadow: #fff 0 0 5px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
}
.maindiv {
	width: 650px;
	margin: 20px auto;
	height: auto;
	line-height: 28px;
	color: #ababab;
	font-size: 16px;
}
.imgdiv {
	width: 650px;
}
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("../css/rocket_button_up.png") no-repeat scroll -299px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll -149px 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("../css/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 80%;
    width: 149px;
    z-index: 11;
}