	
	body {
		font-family: Trebuchet MS;
		background-color: #EEEEEE;
		text-align: center;
	}
	ul {
		list-style-type: none;
	}
	a:link, a:visited, a:active {
		background-color: transparent;
		color: #000000;
	}
	
	#container {
		text-align: left;
		width: 60%;
		min-width: 580px;
		min-height: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		padding: 12px;
		background-color: #FCFCFC;
		border: 1px solid #CCCCCC;
	}
	
	#menu {
		background-image: url("images/logo.png");
		background-repeat: no-repeat;
		height: 44px;
		padding-top: 18px;
		text-align: center;
	}
	
	#menu a {
		text-decoration: none;

	}
	
	#content {
		border-top: 0px;
		padding: 4px 8px 4px 8px;
	}

	#ads {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	
	.divider {
		height: 1px;
		border-top: 1px solid #000000;
		margin: 16px;
	}
	
	.indent {
		padding-left: 30px;
	}
	
	p {
		margin-top: 0px;
	}
	
	.highlight {
		font-weight: 600;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	div .app {
		margin: 8px;
		margin-bottom: 20px;
		padding: 16px;
		padding-bottom: 64px;
		border: 1px solid #AAAAAA;
		clear: right;
		min-height: 134px;
		position: relative;
	}
	
	div .app img {
		float: right;
		margin-left: 16px;
		border: 1px solid #DDDDDD;
	}
	
	div .app a {
		text-decoration: none;
	}
	
	div .app .text {
		margin-right: 196px;
	}
	
	div .app .download {
		position: absolute;
		bottom: 24px;
	}