body.login {
	overflow-y: scroll;
	background-attachment: fixed;
	background-clip: border-box;
	background-color: #646464;
	background-image: url('../images/dizzy_texture_2.jpg');
	background-origin: padding-box;
	background-position-x: center;
	background-position-y: 0px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-color: #ffffff;
}

div.navbar {
	background-color: #29606f;
}

a.navlink { 
	font-family: proxima_nova_rgbold, 'Montserrat';
	font-weight: bold;
}
