* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

#outer {
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	color: #ef673a;
	text-decoration: none;
}

a:hover, a:active {
	color: #222;
}

#alt {
	margin: 50px 80px;
	font: 18px calibri,helvetica,arial;
	color: #666;
}

#alt h1 {
	background: url(/img/logotype.gif) no-repeat;
	padding: 0;
	margin: 0 0 20px;
	height: 27px;
}

#alt h1 span {
	display: none;
}

#alt .warning {
	margin: 0 0 20px;
}

#alt .handheld {
	display: none;
}

#alt .noscript {
	display: block;
}

#alt .noswf {
	display: none;
}

.js #alt .noscript {
	display: none;
}

.js #alt .noswf {
	display: block;
}

.mobile #alt .screen,
.iphone #alt .screen,
.ipod #alt .screen {
	display: none;
}

.mobile #alt .handheld,
.iphone #alt .handheld,
.ipod #alt .handheld {
	display: block;
}

#alt .contact p {
	margin: 0 0 6px;
}

