@charset "utf-8";

body {
  text-align: center;
  background-image: url(../images/diag.gif);
  }

p {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

img {
	border: none;	
}

input {
	float: left;
	border: 1px solid #CCC;
}

#container {
   margin: 0 auto;
   width: 922px;
  }

.spacer {
	float: right;
	width: 920px;	
}

.plainLink {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;	
	text-decoration: none;
}


#panel {
	float: left;
	width: 600px;
	height: 300px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #eee;
	}


#critter {
	float: left;
  width: 922px;
  height: 805px;
  background-image: url(../images/defaultBg.gif);
  background-repeat:no-repeat;
}

#buttons {
	float: right;
	width: 200px;
	height: 128px;
	margin: 30px 20px 0px 0px;
}

#gallery {
	float: right;
	width: 200px;
	height: 128px;
	margin: 30px 20px 0px 0px;
	background-color:#0C3;
}

#logo {
	float: right;
	width: 175px;
	height: 49px;
	margin: 390px 35px 0px 0px;
}

#controlPanel {
		float: left;
		width: 600px;
		padding: 5px 10px 5px 10px;
		border: 1px solid #eee;
		background-color: #fff;
		display: block;
		
	}

A.global:link {
	float: right;
	width: 200px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:right;
}

A.global:visited {
	float: right;
	width: 200px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:right;
}
A.global:active {
	float: right;
	width: 200px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:right;	
}
A.global:hover {
	float: right;
	width: 200px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:right;
	
}


