/*
Basic style sheet
version: 1.0
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

/*GENERAL STYLES*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}