/* CSS Document */ 
body { 
			margin: 0; 
			background: White url(../img/Nissan_APPstore_bg3a.jpg) no-repeat 50% 0; 
} 

.container { 
			width: 910px; 
			height: 660px; 
			margin: 0 auto; 
			padding-top: 10px; 
} 
#app_list{
			font: Arial;
			font-size: 18pt;
			color: grey;
}
table, th, td {
			font-weight:lighter;
}
#content {  
			width: 680px;
			margin-top: 175px;
			margin-left:105px; 
} 

a.button-download { 
			display: block; 
			float: left; 
			width: 117px; 
			height: 28px; 
			margin-bottom: 5px; 
			background: url(../img/download.jpg) no-repeat top left; text-indent: -999em; overflow: hidden; 
} 

a.button-download:hover { 
			background: url(../img/download_on.jpg) no-repeat top left; text-indent: -999em; overflow: hidden; 
} 

a.button-moreinfo { 
			display: block; 
			float: left; 
			width: 117px; 
			height: 28px; 
			margin-bottom: 5px; 
			background: url(../img/infobutton.jpg) no-repeat top left; text-indent: -999em; overflow: hidden; 
} 

a.button-moreinfo:hover { 
			background: url(../img/infobutton_on.jpg) no-repeat top left; text-indent: -999em; overflow: hidden; 
} 

#content p { 
			clear: both; 
			margin-right: 95px; 
			color: #555; 
			font-size: 0.92em; 
			text-align: right; 
}
