* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #e5e5e5;
	overflow: scroll;
}
@font-face {
	font-family: 'Graphite-Light';
	src:url(../fonts/Graphite-Light.ttf);
}
.content {
	height: 300px;
	font-family: Graphite-Light;
	font-size: 1.7em;
	font-weight: bold;	
}
.card {
	float: right;
	height: 300px;
	width: 350px;
}
.point {
	width: 200px;
	height: 200px;
	background-color: orange;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	position: absolute;
	top: 50px;
	right: 400px;
	bottom: 0px;
}

.adress {
	width: 300px;
	position: relative;
	top: 60px;
}

