
body {
	background-color:black;
	margin:0;
}

a {
	text-decoration:none;
	color:#0F4BBA;
}

a:hover {
	color:red;
}

#contents {
	position:relative;
	margin:0 auto;
	background-color:#e4e4e4;
	width:320px;
	min-height:480px;
	font-family:Trebuchet MS;
	font-size:16px;
	
	padding-bottom:20px;
	background-image:url('../images/palm-footer.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

.palm-header {
	background-image:url('../images/palm-header.gif');
	background-repeat:no-repeat;
	width:320px;
	height:50px;
}

.palm-header h1 {
	padding:15px;
	margin:0;
	font-size:20px;
	font-weight:normal;
}

.palm-footer {
	text-align:center;
	font-size:12px;
	position:absolute;
	bottom:0;
	text-align:center;
	width:320px;
}

.palm-separater {
	background-image:url('../images/palm-list-separater.gif');
	background-repeat:no-repeat;
	width:320px;
	height:2px;
}

.palm-list-item {
	padding:10px;
}

.palm-list-item .title {
	font-size:18px;
	font-weight:bold;
}

.app {
	padding-left:60px;
	background-repeat:no-repeat;
	min-height:50px;
}
	
