@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Share);



/*

font-family: 'Share', cursive;




*/


/* CSS RESET
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	outline:none;
	font-weight:normal;
	list-style:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	background-color:#fff;
}




body {
	font-family: 'Share', cursive;
	font-size:26px;
	color: #969695;
	padding:0;
	margin:0;
}







img { border: 0; }





/* CONTAINER
----------------------------------------------- */
#container {
	width:960px;
	position:relative;
	margin:0 auto;
	text-align:center;
	top:5em;
	
}



