a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
body, html {
	margin:0;
	width:100%;
	height:100%;
	font-family:Roboto;
	font-size:16px;
	color:#000000;
	padding:0;
	background-color:#FFFFFF;
}
.global {
	width:100%;
	height:100%;
	background-color:#EEEEEE;
}
.global .header {
	position:fixed;
	top:0;
	width:100%;
	height:60px;
	color:#FFAA00;
	background-color:#000000;
	text-align:center;
	line-height:60px;
}
.global .header a {
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
}
.global .header a:hover { color:#FFDD77; }
.global .clientArea {
	text-align:center;
	height:100%;
	background-color:#FFD88A;
	overflow:hidden;
}
.global .clientArea img {
	position:relative;
	top:50%;
	margin-top:-157px;
}
.global .footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#B3FF00;
	background-color:#000000;
}
.global .footer span {
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	display:inline-block;
}
