
@font-face {
	font-family: 'RobotoCondensed';
	src: url('font/RobotoCondensed.eot');
	src: local('☺'), url('font/RobotoCondensed-Regular.woff') format('woff'), url('font/RobotoCondensed-Regular.ttf') format('truetype'), url('font/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html, body {height:100%;}

body {
	background-color: #fff;
	font-family: 'RobotoCondensed', sans-serif;
	font-size: 15px;
	color: #666;
}

.page {
  margin-top: 80px;
  text-align: center;
  padding: 0 20px;
}
img {
  max-width: 100%;
  max-height: 180px;
}
h3 {
  font-size: 17px;
}
