@charset "utf-8";
/* CSS Document */

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {
	behavior: url(iepngfix.htc);
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #335002;
}	

body {
	background-color:#eeebc9;
	margin: 0; 
	padding: 0;
}

#outercontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}


#container {
	float:left;
	width:960px;
}
	
#main {
	width: 960px;
	height:549px;
	float: left;
	display: inline;
	position: relative;
}

#footer {
	width:960px;
	height: 27px;
	padding-top: 20px;
	float:left;
	background-image: url(../images/bg-footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/*//////////////////////////////////////*/

h1 {
	color: #5d9500;
	font-size: 47px;
	line-height: 47px;
	font-style: italic;
	width: auto;
	border: 0;
	padding: 0;
}

.text-main {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.text-rhs {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.text-footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

.text-highlight {
	color: #5d9500;
}

.christmas-balls{
	position: absolute;
	top: 0;
	left: 230px;
}

.santa{
	position: absolute;
	top: 181px;
	right: 291px;
}
.SkinnyDeals{
	position: absolute;
	top: 220px;
	left: 130px;
}
