@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f3ae8e;
}
h3 {
	padding: 0 0 0 25px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:18px;
}
p {
	padding: 2px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:16px;
}
p.loggedIn {
	text-align:center;
	padding: 2px 15px;
}
a {
	padding: 2px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:16px;
	color: #ebd6a4;
	text-decoration: none;
}
a.loggedIn {
	padding: 2px 15px;
}
a:hover {
	color: #bba674;
}
.index #container {
	width: 800px;
	height: 600px;
	background: url(../img/background-index.jpg);
	margin: 5% auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.index #mainContent {
	padding: 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.index #login {
	width: 400px;
	height: 300px;
	margin: 150px auto 0 auto;
	background: url(../img/login-window.png);
}
.loginContent {
	padding: 50px 48px 0 48px;
}
#loginSubmit {
	margin: 12px 42px;
	padding: 24px 64px;
	float:none;
}
.inputField {
	padding: 5px 0 0 0;
}
.index input {
	margin: 0 20px 0 0;
	float: right;
}

#kittenPower{
	margin: 0 auto;
	width: 370px;
	height: 365px;
	background: none;
}
#kittenPower:hover {
	margin: 0 auto;
	width: 370px;
	height: 365px;
	background: url(../img/kitty.png);
}