/* basics ---------------------------- */
html {
	overflow-y:scroll;
}

body {
	min-height:400px;
	min-width:900px;
}

a:focus {
	outline:none;
}

