@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	background-color: #000000;
	text-align: center;
}
body {
	margin:0
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #FF0000;
	text-decoration: underline;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #990000;
	text-decoration: underline;
}
#container #enter_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #990000;
	text-decoration: underline;
}
#container {
	width: 900px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	top: 0px;
}
#santa_top {
	text-align: center;
	width: 900px;
	height: 450px;
}
#enter_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	height: 300px;
	width: 900px;
	position: relative;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/santa_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 21px;
	margin: 0px;
}
img {
	border: none;
}
a:visted img {
	border: 0px;
}
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
