body {
  background: #070c3b url('/images/main_bg2.jpg') top center no-repeat;
}

.site-bg {
  background: url('/images/covers/advice.jpg') top center no-repeat;
  min-height: 629px;
  margin-bottom: 30px;
}

.arrow-home_advice {
  position:absolute;
  width: 100px;
  height: 80px;
  top: 100px;
  margin-left: 720px;
}

#profile_user_image {
	position:absolute;
	margin: 11px 0px 0px 850px;
  	cursor: pointer;
}


.notify_window {
	border:1px solid #c7c9d0;
	background-color:#101b53;
	padding: 5px 5px 5px 0px;
        text-transform: uppercase;
  	font-size: 10px;
	font-family: "Times New Roman";	
	position:absolute;
	margin-top: 80px;
	width: 305px;
	height: 10px;
}

.slimScrollDiv .slimScrollBar {
  background: rgba(255,255,255,0.3) !important;
}


