/* CSS Document */

#portal {
	height:176px;
	margin:48px 0 0 0;
}

#portal ul {
	margin:0;
	list-style:none;
	padding:0;
}

#portal li {
	display:block;
	float:left;
	height:172px;
	margin:0 64px 0 0;
	width:176px;
}

#portal a {
	cursor:pointer;
	display:block;
	height:176px;
	width:176px;
}



#portal a.whatsnew {
	background:url("../images/main/btn-whatsnew.png") center center no-repeat;
}

#portal a.whatsnew:hover {
	background:url("../images/main/btn-whatsnew-over.png") center center no-repeat;
}

#portal a.media {
	background:url("../images/main/btn-media.png") center center no-repeat;
}

#portal a.media:hover {
	background:url("../images/main/btn-media-over.png") center center no-repeat;
}

#portal a.visiting {
	background:url("../images/main/btn-visiting.png") center center no-repeat;
	margin:0;
}

#portal a.visiting:hover {
	background:url("../images/main/btn-visiting-over.png") center center no-repeat;
}