#hover-bar{
	padding:11px;
	position:fixed;
	top:0px;
	height:70px;
	width:100%;
	background:url('../images/hover-bar-bg.png') no-repeat top left;
	z-index:99999;
}


#shortcut-1{
	position:absolute;
	left:440px;
	top:18px;	
	
}

#shortcut-2{
	position:absolute;
	left:570px;
	top:18px;	
	
}
#shortcut-3{
	position:absolute;
	left:780px;
	top:18px;		
}

#shortcut-4{
	position:absolute;
	left:30px;
	top:35px;		
}


#shortcut-5{
	position:absolute;
	left:790px;
	top:18px;		
}

#shortcut-6{
	position:absolute;
	left:820px;
	top:18px;		
}

#shortcut-7{
	position:absolute;
	left:850px;
	top:18px;		
}

#phone-icon{
	position:relative;
	display:block;
	width:117px;
	height:50px;
	background:url('../images/phone-icon.png') no-repeat 0px 0px;
	color:white;
	text-decoration:none;

}

#phone-icon:hover{
	background:url('../images/phone-icon.png') no-repeat 0px -50px;
}



#twitter-icon{
	position:relative;
	display:block;
	width:37px;
	height:50px;
	background:url('../images/twitter-icon.png') no-repeat 0px 0px;
	color:white;
	text-decoration:none;

}

#twitter-icon:hover{
	background:url('../images/twitter-icon.png') no-repeat 0px -50px;
}


#facebook-icon{
	position:relative;
	display:block;
	width:37px;
	height:50px;
	background:url('../images/facebook-icon.png') no-repeat 0px 0px;
	color:white;
	text-decoration:none;

}

#facebook-icon:hover{
	background:url('../images/facebook-icon.png') no-repeat 0px -50px;
}

#linkin-icon{
	position:relative;
	display:block;
	width:37px;
	height:50px;
	background:url('../images/linkin-icon.png') no-repeat 0px 0px;
	color:white;
	text-decoration:none;

}

#linkin-icon:hover{
	background:url('../images/linkin-icon.png') no-repeat 0px -50px;
}


#mail-icon{
	position:relative;
	display:block;
	width:220px;
	height:50px;
	background:url('../images/mail-icon.png') no-repeat 0px 0px;
}

#mail-icon:hover{
	background:url('../images/mail-icon.png') no-repeat 0px -50px;
}


#resume-icon{
	position:relative;
	display:block;
	width:160px;
	height:50px;
	background:url('../images/resume-icon.png') no-repeat 0px 0px;
}

#resume-icon:hover{
	background:url('../images/resume-icon.png') no-repeat 0px -50px;
}



#backtotop-bar{

	position:fixed;
	bottom:0px;
	padding:0px;
	margin:0px;
	margin-left:860px;
	height:100px;
	width:100px;
	background:url('../images/backtotopbar-bg.png') no-repeat top left;
}


#backtotop-icon{
	position:relative;
	display:block;
	width:80px;
	height:60px;
	background:url('../images/backtotop-icon.png') no-repeat 30px 0px;
	
}

#backtotop-icon:hover{
	background:url('../images/backtotop-icon.png') no-repeat 30px -53px;
}