


* {
	
}

body {
	font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background-color: #eee;
	background-image: url(http://dl.dropbox.com/u/692211/eiokitty.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	text-align: center;
	
	
}

img {
	float: right;
	clear: all;
	border-style: none;
}


h1 {
	font: normal 42px/96% Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: -1px;
	
}

h1 span {
	color: orange;
}

h3 { color:#ff9900;
	text-align: center;
	font-size: 1em;
}

h3 a {
	font-size: 1em;
}

h2 {
	font: normal 24px/96% Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: -1px;
}


#content {
	padding: 30px;
	margin: 37px auto;
	border: 5px solid black;
	width: 425px;
	text-align: left; 
	background-color: white; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 7px 7px 5px #ccc;
	-moz-box-shadow: 7px 7px 5px #ccc;
	
	
}


p strong {
	color: #fff;
}

a {
	color: #ff6600;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.3em;
	
}

a:hover {
	color: #ffcc00;

}

a:visited {
	color: #ff9900;
}

a:visited:hover {
	color: #ffcc00;
	text-decoration: none;
}



