a {
	padding:1px; text-align:center;
}
a:link { 
	text-decoration: none; 
	color:#DDD; 
}
a:visited { 
	text-decoration: none; 
	color:#DDD; 
}
a:hover { 
	text-decoration: none; 
	color:#FFF; 
}
body {
	background-color:#000020;
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	line-height:12px; 
	color:#AAAAAA;
	text-align:center;
	margin: 0 auto;
	padding: 0 auto;
}
p {
	padding: 0px;
	margin: 0px;
}
#title{
	width: 369px;
	height: 47px;
	top: 5px;
	margin: 10px auto 0px auto;
}
#creator{
	position: relative;
	margin: 0 auto;
	width: 485px;
	height: 429px;
	top: 0px;
	text-align: left;
	background: url(purrfect/creator.gif) top left no-repeat;
}
#name{
	position: absolute;
	left: 25px;
	top: 320px;
	background: url(purrfect/name.gif) top left no-repeat;
	width: 190px;
	height: 32px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#portrait{
	position: absolute;
	left: 25px;
	top: 124px;
	width: 190px;
	height: 190px;
}
#border{
	position: absolute;
	left: 25px;
	top: 124px;
	width: 190px;
	height: 190px;
}
#price{
	position: absolute;
	left: 25px;
	top: 50px;
	background: url(purrfect/price.gif) top left no-repeat;
	width: 58px;
	height: 32px;
	padding-top: 2px;
}
#price p{
	text-align: center;
	line-height: 11px;
	padding-top: 2px;
}
#colorcode{
	position: absolute;
	left: 88px;
	top: 50px;
	background: url(purrfect/colorcode.gif) top left no-repeat;
	width: 128px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#tagline {
	position: absolute;
	left: 25px;
	top: 87px;
	background: url(purrfect/name.gif) top left no-repeat;
	width: 190px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#credits1{
	position: absolute;
	text-align: left;
	bottom: 30px;
	left: 15px;
}
#form{
	position: absolute;
	right: 25px;
	top: 320px;
	width: 190px;
	height: 32px;
	background: url(purrfect/name.gif) top left no-repeat;
	text-align: center;
	padding-top: 3px;
}
#form input {
	padding-left: 3px;
	padding-right: 2px;
}
#credits2{
	position: absolute;
	right: 15px;
	bottom: 30px;
	text-align: right;
}
.colourpicker{
	float:left;
	position: absolute;
	right: 25px;
	top: 48px;
	width:190px;
	height:270px;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
}
.colourpicker .cp{
	float: left;
	clear: both;
	width: 100%;
	height: 190px;
	list-style-type: none;
	font-size: 10px;
	text-align: center;
	color:#FFF;
	background: #000020 url(purrfect/portrait.gif) top left no-repeat;
	margin-bottom: 20px;
	line-height: 11px;
}
.colourpicker .cp_on,
.colourpicker .cp_off{
	float: left;
	width: 50px;
	height: 20px;
	margin: -4px 4px 0px 7px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
}
.colourpicker .cp_on{
	color: #FFF;
	font-weight:bold;
	background: url(purrfect/tab_top_on.gif) top left no-repeat;
}

.colourpicker .cp_off{
	color:#DDD;
	background: url(purrfect/tab_top_off.gif) top left no-repeat;
}
.clear{
	clear: both;
}