@charset "utf-8";
/* CSS Document */

/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
* {
	margin: 0;
	padding: 0;
}

/* This two rows sets 1em to 10px. */
html { font-size: 125%;}
body { font-size: 50%;}


body {	
	font-family:  Arial, Helvetica, sans-serif;
	height: 0px;
	min-width:1024px;
}

@font-face{
	font-family: icomoon;
	src: url(../img/icomoon.ttf);
}


