body {
	font-family: lucida grande, trebuchet ms, verdana, arial;
	font-size: 9pt;
}

#content {
	width: 800px;
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -180px;
	margin-left: -400px;
}


@-webkit-keyframes logo {
	0% {
		opacity: 0;
		width: 900px;
		height: 264px;
		margin-bottom: -30px;
		left: -50px;
		top: 30px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-moz-keyframes logo {
	0% {
		opacity: 0;
		width: 900px;
		height: 264px;
		margin-bottom: -30px;
		left: -50px;
		top: 30px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes logo {
	0% {
		opacity: 0;
		width: 900px;
		height: 264px;
		margin-bottom: -30px;
		left: -50px;
		top: 30px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes logo {
	0% {
		opacity: 0;
		width: 900px;
		height: 264px;
		margin-bottom: -30px;
		left: -50px;
		top: 30px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

#logo {
	float: left;
	width: 800px;
	height: 234px;
	position: relative;
	animation: logo .5s ease-in;
	-ms-animation: logo .5s ease-in;
	-moz-animation: logo .5s ease-in;
	-webkit-animation: logo .5s ease-in;
}

#specs {
	color: #999;
	background: red;
}

@-webkit-keyframes specs {
	0% {
		opacity: 0;
		top: 10px;
	}
	20% {
		opacity: 0;
		top: 10px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-moz-keyframes specs {
	0% {
		opacity: 0;
		top: 10px;
	}
	20% {
		opacity: 0;
		top: 10px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes specs {
	0% {
		opacity: 0;
		top: 10px;
	}
	20% {
		opacity: 0;
		top: 10px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes specs {
	0% {
		opacity: 0;
		top: 10px;
	}
	20% {
		opacity: 0;
		top: 10px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

#specs div {
	margin-top: 30px;
	float: left;
	width: 246px;
	position: relative;
	margin: 50px 10px 0 10px;
	animation: specs 0.8s ease-in;
	-moz-animation: specs 0.8s ease-in;
	-ms-animation: specs 0.8s ease-in;
	-webkit-animation: specs 0.8s ease-in;
}

#b {
	text-align: center;
}

#c {
	float: none;
	text-align: right;
}

A {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
}
