body {
	background: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	cursor: pointer;
}

div#splash {
	width: 800px;
	height: 571px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

div.pajakcc {
	width: 800px;
	height: 340px;
	margin: 0 auto;
}

div.wallBottom {
	width: 800px;
	height: 160px;
	margin: 0 auto;
}

div.foot {
	width: 225px;
	height: 23px;
	margin: 0 auto 20px;
}

ul#menu {
	width: 690px;
	height: 50px;
	list-style: none;
	padding: 0;
	margin: 0 65px;
}

ul#menu li {
	height: 50px;
	float: left;
	padding: 0;
	margin: 0;
}

ul#menu li:hover {
	background-position: 0 -50px;
}

ul#menu li a {
	height: 50px;
	display: block;
}

li#mStart {
	width: 100px;
	background: url(../img/menuStart.png) no-repeat top left;
}

li#mMail {
	width: 100px;
	background: url(../img/menuMail.png) no-repeat top left;
}

li#mCalendar {
	width: 130px;
	background: url(../img/menuCalendar.png) no-repeat top left;
}

li#mDocs {
	width: 130px;
	background: url(../img/menuDocs.png) no-repeat top left;
}

li#mOpenID {
	width: 110px;
	background: url(../img/menuOpenID.png) no-repeat top left;
}

li#mMembers {
	width: 120px;
	background: url(../img/menuMembers.png) no-repeat top left;
}

