/* CSS Document */

body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1224px;
	height: 1008px;
	margin: 0 auto;
}
.t_shirts {
	font-size: 16px;
	/*color: #827558;*/
	position: absolute;
	left: 605px;
	top: 243px;
	font-weight: bold;
}
.original {
	font-size: 14px;
	/*color: #827558;*/
	position: absolute;
	left: 333px;
	top: 178px;
	font-weight: normal;
}
