
@-webkit-keyframes spin {  
from {  
    -webkit-transform: rotate(0deg);  
}  
to {  
    -webkit-transform: rotate(360deg);  
    } 
}


body {
	width: 100%;
	height: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	min-width: 1300px;
}

div#title {
	font-size: 8em;
	font-family: 'Syncopate', sans-serif;
	margin-top: 30px;
}


div#box {
	position: relative;
	border: 20px solid;
	width: 400px;
	height: 400px;	
	margin: 40px auto;
	text-align: center;
}

#box.orange-border { 
	border: 20px solid #ffff00; 
}

img#johnid {
	position: relative;
	margin-top: 45px;
	vertical-align: middle;
	z-index: 100;
/*  -webkit-animation-name: spin; 
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 2s;
*/
}

.catHolder {
	margin-top: 50px;
	font-family: 'Chelsea Market', cursive;
	font-size: 1em;
}

#cat1holder {
	float: left;
	width: 253px;
	margin-left: 80px;
}

#cat2holder {
	float: right;
	width: 313px;
	margin-right: 80px;
}


#hoo {

	font-size: 1em;
	font-family: 'Kavoon', cursive;
	margin-bottom: 50px;
}

.insideBox {
	position:absolute;
	width: 100%;
	text-align: center;
	font-family: 'Finger Paint', cursive;
}

#whistle {
	top: 10px;
	color: rgb(255, 255, 255);
	z-index: 0;
}


#snood {
	bottom: 10px;
	color: rgb(0, 0, 0);
	z-index: 0;
}



