@import url('reset.css');

/** HTML **/
html,body {
	height: 100%;
	overflow: hidden;
}

body {
    font-family: Verdana, Arial;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#flashContent {
    font-family: Verdana, Arial;
	font-size: 11px;
	color: #A2A2A2;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}

#flashContainer {
	z-index: -100;
}

#shareButtons {
	position: fixed;
	top: 15px;
	left: 0px;
	z-index: 100;
}

#launchButton {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -80px;
	z-index: 100;
}






