/* Index screen styles */

	 html, body {
		background: #FFF;
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-family: helvetica,arial,sans-serif;
		text-align: center;
		}
    #content {
		width: 90%;
		height: 90%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		}
    p {
		color: #AAA;
		}
    a {
		color: #AAA;
		text-decoration: none;
		}
	img {
		max-height: 100%;
		}