/* CSS Rules */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	min-height: 570px;
	background-color: #FFFFFF;
	font-size: 1em;
	font-family: 'Lucida Grande','Segoe UI', 'Lucida Sans Unicode','Trebuchet MS', sans-serif;
	color: #FF9900;
}
#content {
	height:100%;
}
#altContent {
	padding: 0 20px;
}
#altContent h1 {
	font-size: 200%;
}
#altContent h3 {
	font-size: 18px;
}
#altContent p {
	font-size: 100%;
}
#altContent a {
	color: #3399FF;
}
#logo {
	text-align: right;
	margin: 20px 0;
}
#stripe {
	background-color: #FF9900;
	height: 15px;
	width: 120%;
	margin-left: -20px;
	text-align: center;
}
#devices {
	display: none;
}
