/* Force vertical scrollbar so there isn't a 
shift from short content to long content pages. 
Works in Firefox, Opera, Mozilla and Safari 

Also prevents dotted outline from appearing on
linked images (menu buttons) */

html { 
	margin-bottom: 1px;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}