@font-face {
      font-family: "Gotham Bold";
      /*src: url(../_font/Gotham-Bold.ttf);*/
}

.gotham {
	font-family: "Gotham Bold";
}

.round {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 400px;
}