#wrapper {
	height:100%;
	width:750px;
	margin:auto;
}

#paintings {
	float:left;
}

#generate {
	float:right;
}

.feature a {
	display:block;
	width:290px;
	height:400px;
	text-align:center;
	text-decoration:none;
}

#paintings a {
	background:url(img/paintings.jpg) no-repeat;
}

#generate a {
	background:url(img/generate.gif) no-repeat;
}

.linktext {
	background:url(../img/yellowTrans.png);
	color:#000000;
	padding:0 10px 0 10px;	
}
	
.feature span {
	font-weight:bold;
	font-size:36px;
	position:relative;
	top:150px;
}

#instructionDiv {
	display:none;
}

#formDiv {
	width:45%;
	float:left;
}

#colors {
	display:block;
	width:45%;
	float:right;
}

#output {
	clear:both;
}

fieldset {
	border:none;
}

#instructions {
	border-collapse:collapse;
	width:800px;
}

#instructions td {
	width:20%;
	text-align:center;
}

#instructionsLabel {
	clear:both;
}

.even {
	background-color:#CC9933;
}

#preview, #stencils {
float:left;
}