
/*	ARROGANT CAT CASCADING STYLESHEET	*/

/*=======================================================
	NOTES  
======================================================= 

	colors used
	-----------
	primary gold #e4c58e
	primary gold 2 #c4a05f
	more gold #7e6433
	background brown #2a2727
	highlight red #f11f24
	search grey #cacaca
	background grey #2e2c2c
	bar brown #1f1d1d

*/

/*=======================================================
	HOME PAGE STYLES  
=======================================================*/

#main { 
	padding: 400px 0 0 0;
	position: relative;
	z-index: 100;
}

#main .puff {
	position: absolute;
	z-index: 200;
}

.outfit {
	color: #e4c58e;
	background: #000;
	font-size: 1.3em;
	height: 26px;
	left: 0px;
	padding: 7px 8px;
	text-decoration: none;
	top: 381px;
	width: 111px;
}

.special {
	height: 180px;
	right: 0px;
	top: 120px;
}

#main #boxes li {
	float: left;
	height: 100px;
	margin-right: 14px;
	width: 250px;
}

#main #boxes li.last {
	margin-right: 0;
}
li#footer {
	background: none;
}
li#footer div {
	margin: 0 auto;
}

