/* Global Styles */
body {
	margin: 0;
	width: 100%;
	background: url(../images/ice3bg.jpg) repeat-x top left #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ccc;
	text-align: center;
}

a {
	color: #bee5ec;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #BEE5EC;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#ice3logo {
	margin-top: 50px;
/*	margin-top: 26px;*/ /*edited for christmas*/
	margin-bottom: 79px;
/*	margin-bottom: 55px;*/ /*edited for christmas*/
}

#footer {
	display: block;
	position: relative;
	top: -80px;
	left: 15px;
}

#footer a {
	color: #666;
  	text-decoration: none;
}

#footer a:hover {
  	color: #fff;
}
