@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300);

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica,  sans-serif;
}

#container {
	height: 200px;
	width: 800px;
	margin-top: -120px;
	margin-left: -400px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

#sarah, #dot, #ca {
	display: inline-block;
	font-size: 5.5em;
}

#tag {
	font-size: 2.2em;
	margin-top: -20px;
}

#sarah {
	color: #ff5555;
}

#dot, #ca {
	color: #cf0000;
	font-weight: 700;
}

#dave {
	position: relative;
	top: -40px;
	left: 360px;
	z-index: -1;
}

#name {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
}

#tag {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
}

#ca {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
}

#dave {
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
}