﻿body {
	background:none;
	color:black;
}

.wrap {
	border:none;
	width:100%;
	margin:0; padding:0;
}
/* Remove unwanted elements */
.mast, #masternav, .foot, input, #submit, .storefoot
{
display: none;
}

#productArea {
	float:left;
}
/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

