html, body
{
	width:  100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, form, input, textarea
{
	margin:  0;
	padding: 0;
	font-size:   11px;
	line-height: 16px;
	font-family: "verdana", "arial", "geneva", "helvetica", "sans-serif";
	color: #444;
}
body
{
	background-color: #C30;
	filter:  alpha(opacity=100);
	opacity: 1.00;
}
h1
{
	position: relative;
	top: 30px;
	width: 100%;
	text-align: center;
	font-size:   24px;
	line-height: 28px;
	font-family: "georgia", serif;
	color: #EEE;
}




#outputFrame
{
	position: absolute;
	top:  80px;
	left: 50%;
	margin-left: -165px;
	width:  320px;
	height: 280px;
	background-image: url( "../med/tshirt.output.gif" );
	overflow: hidden;
}
#outputText
{
	position: absolute;
	top:   60px;
	left: 102px;
	width:  122px;
	height: 160px;
	text-align: center;
}




#inputFrame
{
	position: absolute;
	top:  420px;
	left: 50%;
	margin-left: -165px;
	width:  320px;
	height: 280px;
	background-image: url( "../med/tshirt.input.gif" );
	text-align: center;
	overflow: hidden;
}
#inputText
{
	position: absolute;
	top:   60px;
	left: 102px;
	width:  122px;
	height: 160px;
	text-align: center;
	overflow: hidden;
}
#inputSubmit
{
	position: absolute;
	top: 234px;
	width: 100%;
	text-align: center;
}