
html {
	background: #FFFFFF url(../images/tmg_bg.gif) repeat top center;
}

html, body {
	height: 100%;
}

body {
	min-height: 500px;
	font-size: .9em;
}

body, input, select, textarea {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #d9d9d9;
}

p, address, dl, ul, ol, table {
	margin-top: 20px;
	font-size: .8em;
	line-height: 1.6;
}

h1 {
	width: 600px;
	height: 600px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-bottom: -9px;
	display: block;
 	margin-left: auto;
    margin-right: auto;
}

h2 {
	width: 400px;
	height: 131px;
	background: url(../images/app-store.png) no-repeat 0 0;
	margin-bottom: -9px;
	display: block;
 	margin-left: auto;
    margin-right: auto;
}

h1 span, h2 span, h3 span {
	display: none;
}

h3#features {
	margin: 20px 0 10px 0;
	width: 82px;
	height: 24px;
	float: right;
}

em, q { font-style: italic; }

strong {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

credit {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	text-align: center;
}



