body {
	background: white;
	text-align: center;
	background-image: url('snow_background.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	color: black;
}

a img {
	border: 0;
}

#corbis {
	position: absolute;
	top:0px;
	left:22px;
}

#footsteps {
	position: absolute;
	top: 73px;
	left: 0px;
}

#shop {
	position: absolute;
	top: 12px;
	left: 187px;
}

#myPenguinMagic {
	position: absolute;
	top: 12px;
	left: 300px;
}

#discuss {
	position: absolute;
	top: 12px;
	left: 467px;
}

#blog {
	position: absolute;
	left:467px;
	top:75px;
}

#infoBox {
	position: absolute;
	top:0px;
	right: 0px;
	width: 307px;
	height: 234px;
	background-image: url('corner-snow.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#topNav {
	position: relative;
	top: 110px;
}

#topNav #announcement {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 37px;
	color: #63cd00;
	cursor: pointer;
}

#topNav #announcement .info {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #999;
}

#container {
	width: 953px;
	position: relative;
	top: 120px;
}


