body {
	background: url(bg.jpg) top center no-repeat;
	color: #666;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 1.5;
}


.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.circle-pic { position: relative;
	-webkit-animation: fadeOut 0.01s; 	
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards; 
}

.center img { display: block; margin: 0 auto; }

.site-description { border-top: 4px solid #f2f2f2; padding: 20px 0 0 0; margin: 15px 15px 0 15px; text-align: justify; height: 130px; }
.site-description p { padding: 0 0 10px 0; }

#logo {
	margin: 70px auto 30px auto;
	display: block;
}

.one-third { padding: 0 0 40px 0; }

.button { width: 243px; height: 29px; padding: 12px 0 0 0; background: url(button.png) no-repeat; display: block; text-decoration: none; color: #555; font-weight: bold; text-shadow: 1px 1px 0 #fff; text-align: center; margin: 15px auto; }
.button:hover { color: #222; }

.circle-pic-hover-circle { opacity: 0; width: 187px; height: 187px; background: url(hover-circle.png) no-repeat; position: absolute; top: 14px; left: 57px; -webkit-transform: scale(0); -webkit-transition: all 0.3s ease-in-out; }
.circle-pic-hover-text { opacity: 0; width: 104px; height: 52px; background: url(hover-text.png) no-repeat; position: absolute; top: 160px; left: 50%; margin: 0 0 0 -52px; -webkit-transition: all 0.3s ease-in-out; -webkit-transition-delay: 0.2s; }
.circle-pic:hover .circle-pic-hover-circle { -webkit-transform: scale(1); opacity: 1; }
.circle-pic:hover .circle-pic-hover-text { opacity: 1; top: 85px; }

#end-message { font-style: italic; font-family: Georgia, sans-serif; text-align: center; font-size: 30px; padding: 0 0 60px 0; line-height: 1.2 }

.slideIn { 
	-webkit-animation: slideIn 1s ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 0 }
	100% { opacity: 0;  }
}

@-webkit-keyframes slideIn
{
	0% { opacity: 0; bottom: 50px; }
	50% { bottom: 0px }
	100% { opacity: 1; bottom: 10px; }
}