/*
Basic style sheet
version: 1.0
author: BOJE BROJEVA
email: info@bojebrojeva.hr
website: http://www.bojebrojeva.hr/
*/

/*GENERAL STYLES*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}





































