
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #464646;
	border: none;
}


html, body {
	width: 100%;
	height: 100%;
}


html {
	font-size: 62.5%; /* don't edit */
}


body {
	background: #ffffff;
}

object{
	outline: none;
}

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


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


.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
}


.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


h1 {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: -0.3px;
}


#map img{
	width: 100%;
	height: 100%;
	position: absolute;
}

#content{
	position: absolute;
	bottom: 0;
	left: 10px;
}


#control-panel{
	position: absolute:
	top: 10px;
	left: 10px;
	width: 150px;
	height: 80px;
	background: #FFFFFF;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px;
	;

}

#flashApps{
	position: absolute;
	bottom: 0;
	right: 0;
}


#content div{
	background: #FFFFFF;
	padding: 10px;
}

#content input{
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 8px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}

#content input:hover, #content input.active {
	border: 1px solid #039bb7;
	
}


#container{
	width: 100%;
	height: 100%;
	background: #858c82;
	position: absolute:
	top: 0;
	left: 0;
}