html, body{ 

	height:100%;

}

body {

	background-color: #F1F3EE;

	background-image: url(../images/img_storeBG.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	margin: 0px;

	padding: 0px;

	color: #000000;

}

form {

	margin: 0px;

	padding: 0px;

}



#wrapper {

	height: 100%;

	width: 900px;

	position: absolute;

}

#welcome {

	position: absolute;

	height: 71px;

	width: 316px;

	left: 145px;

	top: 45px;

}

#storeLinks {

	text-align: center;

	position: absolute;

	width: 250px;

	left: 600px;

	top: 25px;

}

#leftCol {

	position: absolute;

	width: 190px;

	left: 10px;

	top: 330px;

}

#rightCol {

	left: 215px;

	position: absolute;

	top: 150px;

}



#copyright {

	position: absolute;

	height: 88px;

	width: 250px;

	left: 0px;

	top: 0px;

}

#neopangea {

	position: absolute;

	width: 155px;

	left: 690px;

	top: 0px;

}

#main {

	clear: both;

}

#footer {

	clear: both;

	position: absolute;

	left: 0px;

	top: 1200px;

}

#header {



	clear: both;

}

.prodRow {

	clear: both;

}



.prodBox {

	height: 206px;

	width: 220px;

	background-image: url(../images/img_itemBG.gif);

	background-repeat: no-repeat;

	background-position: left top;

	float: left;

}

.prodOptions {

	text-align: center;

	padding-top: 8px;

	clear: both;

}

.prodItem {

	clear: both;

	height: 147px;

	width: 187px;

	margin-top: 12px;

	margin-left: 14px;

}

.formField {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	border: 1px solid #999999;

	margin: 0px;

}

