body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	background:url(../images/bak.gif) no-repeat #660000;
	width:100%;
	height:100%;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.hellosanta {
	position:absolute;
	top: -155px;
	left: -320px;
	z-index:2;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCC99;
	background-position: left center;
	text-align: left;
	float: left;
	width: 673px;
	position: absolute;
	height: auto;
	top: 140px;
	left: 250px;
	padding:15px;
	color:#006600;
	z-index:1;
}
#footer {
	position: absolute;
	height: auto;
	width: 100%;
	bottom: -300px;
    left: 0;
	background:#CCCC99;
	clear:both;
	z-index:3;
}
.margin{margin-left:80px;}