@charset "utf-8";
/* CSS Document */

@import url('reset.css');

html, body {
	height:100%;
}

body {
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat;
	background-color:#cacac9;
	font-family:"Courier New",Courier,monospace;
}

#outer-container {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(../images/landing-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#inner-container {
	float:left;
	display:inline;
	width:960px;
	padding-top:33px;
}

#animation {
	float:left;
	display:inline;
	width:937px;
}

#footer {
	float:left;
	display:inline;
	clear:both;
	width:913px;
	border-top:dotted 2px #686766;
	padding-top:15px;
	margin-left:25px;
}

#footer p {
	float:left;
	display:inline;
	width:800px;
	font-size:12px;
	color:#3c3c3c;
	line-height:18px;
	padding-left:10px;
	padding-top:10px;
}

a {
	color:#3c3c3c;
	text-decoration:none;
}

a.site-by {
	float:left;
	display:block;
	clear:both;
	background-image:url(../images/propeller.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#626262;
	text-transform:uppercase;
	padding-left:20px;
	padding-top:13px;
	height:10px;
	margin-top:20px;
}

.fiftyEight {
	float:left;
	display:inline;
	width:89px;
	height:50px;
}

.purple {
	color:#9967a7;
}

.christmas-balls{
	position: absolute;
	top: 0;
	left: 474px;
}

.santa-image{
	position: absolute;
	left: 786px;
	top: 332px;
}

.skinnydeals{
	position: absolute;
	left: 200px;
	top: 380px;
}
